Usages:
- Can be deployed to an existing Tomcat (see Travis tests)
- Can be started via its
main-method using an embedded Tomcat- Using
java -jar(See spring-projects/spring-boot#9014) - Using
./gradlew bootRun - Using your IDE
- Using
- Can be tested using
@SpringBootTest(webEnvironment = RANDOM_PORT)- Using
./gradlew test - Using your IDE
- Using