Usages:
- Can be started via its
main
-method using an embedded Tomcat- Using
java -jar
- Using
./gradlew bootRun
- Using your IDE
- Using
- Can be tested using
@SpringBootTest(webEnvironment = RANDOM_PORT)
- Using
./gradlew test
- Using your IDE
- Using
When using an embedded Tomcat, the application should be available at http://localhost:8080/index.xhtml