From 777aab8e0d76e69497bd2e033f07029cf0cf4502 Mon Sep 17 00:00:00 2001 From: jyx <1584081113@qq.com> Date: Mon, 14 Jan 2019 10:50:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E6=B3=A8=E5=86=8C=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/pom.xml | 64 +++++++------------ .../resources/static/RegisterSuccess.html | 11 ++++ .../main/resources/static/userExisted.html | 2 +- .../main/resources/static/userNotExist.html | 2 +- .../main/resources/static/userPwdError.html | 2 +- .../main/resources/static/userPwdNotSame.html | 2 +- 6 files changed, 38 insertions(+), 45 deletions(-) create mode 100644 demo/src/main/resources/static/RegisterSuccess.html diff --git a/demo/pom.xml b/demo/pom.xml index cb94824..3bc2f42 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -2,19 +2,22 @@ 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.1.1.RELEASE - - + com.example demo 0.0.1-SNAPSHOT + jar + demo - war Demo project for Spring Boot + + org.springframework.boot + spring-boot-starter-parent + 2.1.0.RELEASE + + + UTF-8 UTF-8 @@ -22,20 +25,8 @@ + - org.springframework.boot - spring-boot-starter - - - - org.mybatis.spring.boot - mybatis-spring-boot-starter - 1.3.2 - - - - - org.springframework.boot spring-boot-starter-data-jpa @@ -43,20 +34,12 @@ org.springframework.boot spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-tomcat - - org.springframework.boot spring-boot-starter-tomcat - provided @@ -65,13 +48,21 @@ test + + + com.alibaba + fastjson + 1.2.37 + + + + org.projectlombok lombok 1.18.2 - mysql @@ -97,16 +88,12 @@ spring-boot-configuration-processor true - - + javax.servlet jstl @@ -116,12 +103,6 @@ tomcat-embed-jasper provided - - - com.alibaba - fastjson - 1.2.47 - @@ -133,4 +114,5 @@ + diff --git a/demo/src/main/resources/static/RegisterSuccess.html b/demo/src/main/resources/static/RegisterSuccess.html new file mode 100644 index 0000000..b10d709 --- /dev/null +++ b/demo/src/main/resources/static/RegisterSuccess.html @@ -0,0 +1,11 @@ + + + + + Title + + + + + + \ No newline at end of file diff --git a/demo/src/main/resources/static/userExisted.html b/demo/src/main/resources/static/userExisted.html index 06aaac7..2d8a43e 100644 --- a/demo/src/main/resources/static/userExisted.html +++ b/demo/src/main/resources/static/userExisted.html @@ -3,7 +3,7 @@ Title - + diff --git a/demo/src/main/resources/static/userNotExist.html b/demo/src/main/resources/static/userNotExist.html index ce4a80f..e64ef88 100644 --- a/demo/src/main/resources/static/userNotExist.html +++ b/demo/src/main/resources/static/userNotExist.html @@ -3,7 +3,7 @@ Title - + diff --git a/demo/src/main/resources/static/userPwdError.html b/demo/src/main/resources/static/userPwdError.html index b4a4381..d283643 100644 --- a/demo/src/main/resources/static/userPwdError.html +++ b/demo/src/main/resources/static/userPwdError.html @@ -3,7 +3,7 @@ Title - + diff --git a/demo/src/main/resources/static/userPwdNotSame.html b/demo/src/main/resources/static/userPwdNotSame.html index 2f2cfcd..75cdbbb 100644 --- a/demo/src/main/resources/static/userPwdNotSame.html +++ b/demo/src/main/resources/static/userPwdNotSame.html @@ -3,7 +3,7 @@ Title - +