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 - +