Use maven, not gradle.
$JAVA_HOME must be set!
pom.xml parent: org.springframework.boot:spring-boot-start-parent:1.0.0.RC1
Repository: http://repo.spring.io/milestone
Dependencies:
org.springframework.boot:spring-boot-starter-webWeb stuffjavax.inject:javax.inject:1
org.fluentlenim:fluentlenium-core:0.9.2org.fluentlenim:fluentlenium-assertj:0.9.2
IntegrationTestBase.java
public abstract class IntegrationTestBase extends FluentTest {
}org.assertj:assertj-core:1.5.0Fluent assert syntaxorg.springframework:spring-testtest
NOT IN 1.0.0.RC1org.springframework.boot:spring-boot-starter-thymeleaforg.thymeleaf:thymeleaf-spring4(until spring-boot-starter-thymeleaf is released)
org.springframework.boot:spring-boot-starter-data-jpaDatabase stuffcom.h2database:h2runtime
@RequestBody, or @RestController
org.springframework.boot:spring-boot-starter-actuatorDiagnostic endpoints
mvn spring-boot:run
open http://localhost:8080