You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now about Web develop fields. It's very bloated, outmoded and some development efficiency have a lower with each other than other dynamic language when people refers to Java. Even before somebody shouts loudly ‘Java was died’. But is this really the case? In fact, If you often attention to Java in long time, your feel is too deep. Though it's many disadvantages and verbose. It couldn't be denied that Java is still best language in industry member, and advance with the times. This project is a CRUD demo example base Spring Boot with Vue2 + webpack2. I hope pass thought this project for express Java microservice fast full stack base web practice.
26
26
27
27
## Why Spring Boot
28
28
29
-
Spring is a very popular Java-based framework for building web and enterprise applications. Unlike many other frameworks, which focus on only one area, Spring framework provides a wide verity of features addressing the modern business needs via its portfolio projects.
29
+
Spring is a very popular Java-based framework for building web and enterprise applications. Unlike many other frameworks, which focus on only one area, Spring framework provides a wide verity of features addressing the modern business needs via its portfolio project. The main goal of the Spring Boot framework is to reduce overall development time and increase efficiency by having a default setup for unit and integration tests.
30
30
31
31
In relation to Spring,
32
32
Spring Boot aims to make it easy to create Spring-powered, production-grade applications and services with minimum fuss. It takes an opinionated view of the Spring platform so that new and existing users can quickly get to the bits they need.
@@ -167,7 +167,7 @@ This's a sample ShangHai people information system as example demo.
167
167
168
168
### Main technology stack
169
169
170
-
- Java 1.7
170
+
- Java 1.8+
171
171
- Spring Boot 1.5.x
172
172
- Maven
173
173
- sqlite (not recommend, only convenience example)
@@ -178,7 +178,7 @@ This's a sample ShangHai people information system as example demo.
178
178
179
179
### Preparation
180
180
181
-
- Please must install Java 1.7 or even higher version
181
+
- Please must install Java 1.8 or even higher version
182
182
- install Node.js / NPM
183
183
- Clone Repository
184
184
@@ -216,7 +216,7 @@ This's a sample ShangHai people information system as example demo.
216
216
217
217
## Future Plan
218
218
219
-
This project can be reference,study or teaching demonstration. After, I will update at every increme version in succession. In future,I have already some plan to below:
219
+
This project can be reference,study or teaching demonstration. After, I will update at every increment version in succession. In future,I have already some plan to below:
220
220
221
221
1. User Authentication
222
222
2. state manage with vuex
@@ -253,4 +253,4 @@ This project can be reference,study or teaching demonstration. After, I will upd
0 commit comments