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-web
Web stuffjavax.inject:javax.inject:1
org.fluentlenim:fluentlenium-core:0.9.2
org.fluentlenim:fluentlenium-assertj:0.9.2
IntegrationTestBase.java
public abstract class IntegrationTestBase extends FluentTest {
}
org.assertj:assertj-core:1.5.0
Fluent assert syntaxorg.springframework:spring-test
test
NOT IN 1.0.0.RC1org.springframework.boot:spring-boot-starter-thymeleaf
org.thymeleaf:thymeleaf-spring4
(until spring-boot-starter-thymeleaf is released)
org.springframework.boot:spring-boot-starter-data-jpa
Database stuffcom.h2database:h2
runtime
@RequestBody
, or @RestController
org.springframework.boot:spring-boot-starter-actuator
Diagnostic endpoints
mvn spring-boot:run
open http://localhost:8080