A simple application that takes your order and verifies what you ordered
export spring_ai_openai_apiKey=<your api key>
export spring_datasource_url=jdbc:postgresql://localhost:5432/sbdocs
export spring_datasource_username=admin
export spring_datasource_password=password
export spring_datasource_driverClassName=org.postgresql.Driver
java -jar target/CanIHaveYourOrder-0.0.1-SNAPSHOT.jar