File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Quickstart in Couchbase with Spring Boot and Java
1+ t # Quickstart in Couchbase with Spring Boot and Java
22
33#### REST API using Couchbase Capella in Java using Spring Boot
44
@@ -43,7 +43,7 @@ mvn clean install -DskipTests=true
4343
4444Note: The ` -DskipTests=true ` option is used to skip the tests. The tests require the application to be running.
4545
46- Note: The application is tested with Java 11 . If you are using a different version of Java, please update the ` pom.xml ` file accordingly.
46+ Note: The application is tested with Java 17 and 21 . If you are using a different version of Java, please update the ` pom.xml ` file accordingly.
4747
4848### Setup Database Configuration
4949
@@ -137,7 +137,7 @@ mvn test -Dtest=org.couchbase.quickstart.springboot.controllers.AirportIntegrati
137137To run the tests for the RouteIntegrationTest class:
138138
139139``` sh
140- mvn test -Dtest=org.couchbase.quickstart.springboot.controllers.Rout
140+ mvn test -Dtest=org.couchbase.quickstart.springboot.controllers.RouteIntegrationTest
141141```
142142
143143## Appendix
You can’t perform that action at this time.
0 commit comments