Skip to content

Commit a73e733

Browse files
committed
Create README.md
0 parents  commit a73e733

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+

0 commit comments

Comments
 (0)