A Java backend app using Spring Data JDBC , Spring Boot and the CrateDB JDBC driver contributed by Jürgen Mayrbäurl <jurgenma@microsoft.com>.
- Make sure Java 11 installed.
- CrateDB 4.1.4 with CrateDB JDBC driver 2.6.0 was used for testing.
Build the application with Gradle:
./gradlew clean buildStart the application:
./gradlew bootRunThen, open the application URL:
open http://localhost:8080/Run the application on a specific port:
gradle bootRun --args='--server.port=9000'