Title here
Summary here
We need configure SQLComponents to connect to the database instance. we should create a file named sql-components.yml
as given below
# Connection Details
name: Sample
url: "jdbc:postgresql://localhost:5432/sampledb"
userName: "user"
password: "password"
schemaName: "sampledb"
After this, you can build the project with
mvn clean package
once the build is suvvessful, you should see the generated code under target > generated-sources