.
- Documentation: http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/
- Guides: http://spring.io/guides
- Building a RESTful Web Service: http://spring.io/guides/gs/rest-service/
- Building REST services with Spring: http://spring.io/guides/tutorials/bookmarks/
Note: Feel free to develop in the IDE of your choice (e.g., IntelliJ IDEA).
- Install Gradle Eclipse plugin: http://marketplace.eclipse.org/content/gradle-integration-eclipse-44
- File -> Import... -> Gradle Project
- Browse to
soprafs16-template-server
andBuild Model
To run right click the build.gradle
and choose Run As
-> gradle run
- Gradle installation: http://gradle.org/installation
- Mac OS X with Homebrew:
brew install gradle
- Mac OS X with Homebrew:
gradle bootRun
gradle test