Skip to content

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

Notifications You must be signed in to change notification settings

thongvo/springboot-angularjs-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.1%
  • JavaScript 14.7%
  • HTML 10.7%
  • CSS 4.7%
  • Groovy 1.8%