File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ springboot-angularjs-demo
2+ =========================
3+
4+ This code is an example of how to step by step develop an application with Spring Boot and AngularJS. It includes:
5+ 0 . Start a project (Maven & Spring Boot)
6+ 1 . Develop the business (Spring Core, JUnit)
7+ 2 . Persist data (Spring Data JPA, Hibernate)
8+ 3 . Make a REST service (Spring Web MVC, REST services)
9+ 4 . Validate the inputs (Bean Validation, Hibernate Validator)
10+ 5 . View by AngularJS (AngularJS)
11+ 6 . Upload a photo (common-fileupload)
12+ 7 . More secure (Spring Security)
13+ 8 . Production-ready (Spring Boot Metrics, Health, Tracing, Remote Shell)
14+ 9 . Deploy the application ('fat' JAR file, WAR file)
15+
16+ You can find the presentation slide for this code at http://www.slideshare.net/Soddino/developing-an-application-with-spring-boot-34661781
17+
You can’t perform that action at this time.
0 commit comments