Skip to content

Commit 636ee6e

Browse files
authored
Merge pull request boylegu#69 from Soumya47/master
Fresh README.md
2 parents 9dfa643 + e5f027a commit 636ee6e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Convenient & efficient and better performance for Java microservice full stack.
2020

2121
### [Chinese README[中文]](https://github.com/boylegu/SpringBoot-vue/blob/master/README-CN.md)
2222

23-
## overview
23+
## Overview
2424

2525
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.
2626

2727
## Why Spring Boot
2828

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.
3030

3131
In relation to Spring,
3232
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.
167167

168168
### Main technology stack
169169

170-
- Java 1.7
170+
- Java 1.8+
171171
- Spring Boot 1.5.x
172172
- Maven
173173
- sqlite (not recommend, only convenience example)
@@ -178,7 +178,7 @@ This's a sample ShangHai people information system as example demo.
178178

179179
### Preparation
180180

181-
- Please must install Java 1.7 or even higher version
181+
- Please must install Java 1.8 or even higher version
182182
- install Node.js / NPM
183183
- Clone Repository
184184

@@ -216,7 +216,7 @@ This's a sample ShangHai people information system as example demo.
216216

217217
## Future Plan
218218

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:
220220

221221
1. User Authentication
222222
2. state manage with vuex
@@ -253,4 +253,4 @@ This project can be reference,study or teaching demonstration. After, I will upd
253253
██
254254
255255
256-
```
256+
```

0 commit comments

Comments
 (0)