/springboot-angularjs-demo

An example of how to step by step develop an application with Spring Boot and AngularJS

Primary LanguageJava

springboot-angularjs-demo

This code is an example of how to step by step develop an application with Spring Boot and AngularJS. It includes: 0. Start a project (Maven & Spring Boot)

  1. Develop the business (Spring Core, JUnit)
  2. Persist data (Spring Data JPA, Hibernate)
  3. Make a REST service (Spring Web MVC, REST services)
  4. Validate the inputs (Bean Validation, Hibernate Validator)
  5. View by AngularJS (AngularJS)
  6. Upload a photo (common-fileupload)
  7. More secure (Spring Security)
  8. DB Migration (Flyway)
  9. Production-ready (Spring Boot Metrics, Health, Tracing, Remote Shell)
  10. Deploy the application ('fat' JAR file, WAR file)

You can find the presentation slide for this code at http://www.slideshare.net/Soddino/developing-an-application-with-spring-boot-34661781