7c73abdede
* upgrade to spring boot 1.5.2 * add full update to REST API * modify ratings controller * upgrade herold * fix integration test * fix integration test * minor fix * fix integration test * fix integration test * minor cleanup * minor cleanup * remove log4j properties * use standard logbook.xml * remove log4j dependencies * remove commons-logging * merge * fix conflict * exclude commons-logging dependency * cleanup * minor fix * minor fix * fix dependency issues * Revert "fix dependency issues" This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec. * fix dependency issues * minor fix * minor fix * minor fix * cleanup generated files * fix commons-logging issue * add parent to pom * cleanup parent dependencies * cleanup pom |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.MD | ||
pom.xml |
README.MD
###The Course The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Quick Guide to @RestClientTest in Spring Boot
- Intro to Spring Boot Starters
- A Guide to Spring in Eclipse STS
- Introduction to WebJars
- Create a Fat Jar App with Spring Boot
- The @ServletComponentScan Annotation in Spring Boot
- A Custom Data Binder in Spring MVC
- Intro to Building an Application with Spring Boot
- How to Register a Servlet in a Java Web Application
- Guide to Spring WebUtils and ServletRequestUtils
- Using Custom Banners in Spring Boot
- Guide to Internationalization in Spring Boot
- Create a Custom FailureAnalyzer with Spring Boot
- Configuring Separate Spring DataSource for Tests
- Dynamic DTO Validation Config Retrieved from DB
- Custom Information in Spring Boot Info Endpoint
- Using @JsonComponent in Spring Boot
- Create a Custom Auto-Configuration with Spring Boot