Skip to content

Latest commit

 

History

History

spring-app

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sample Code and E2E Test

e2e-test

Sample code to demonstrate the usage of the SAP AI SDK. Also used as basis for running E2E tests.

Build, Run, Deploy Locally

Build the project with:

  1. mvn compile
  2. Download a service key for your AI Core service instance
  3. Create the environment variable AICORE_SERVICE_KEY
  4. Run the application with mvn spring-boot:run
  5. See all available endpoints

Run the E2E Test

Trigger the GitHub Action.