From cad50fde8cab322e379694d367a28fda574457d3 Mon Sep 17 00:00:00 2001 From: qiurunze Date: Mon, 21 Jan 2019 10:12:55 +0800 Subject: [PATCH] tijiao --- src/main/resources/application.properties | 2 +- src/main/resources/templates/register1.html | 195 ++++++++++++++++++++ 2 files changed, 196 insertions(+), 1 deletion(-) create mode 100644 src/main/resources/templates/register1.html diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6b58919..ff38628 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -20,7 +20,7 @@ mybatis.config-locations=classpath:mybatis/config.xml #datasource spring.datasource.url=jdbc:mysql://localhost:3306/miaosha?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false spring.datasource.username=root -spring.datasource.password=xxxxx +spring.datasource.password=nihaoma spring.datasource.driver-class-name=com.mysql.jdbc.Driver #druid spring.datasource.type=com.alibaba.druid.pool.DruidDataSource diff --git a/src/main/resources/templates/register1.html b/src/main/resources/templates/register1.html new file mode 100644 index 0000000..58fd68e --- /dev/null +++ b/src/main/resources/templates/register1.html @@ -0,0 +1,195 @@ + + + + +蓝源Eloan-P2P平台->用户注册 + + + + + + + + + + + + + + +
+
+ +
+
+ + + + + +
+
+

请填写注册信息,点击“提交注册”即可完成注册!

+
+ +
+ +

用户名为4~16位字母,数字,符号或中文

+
+
+
+ +
+ +

密码为4~16位字符组成,采用数字、字母、符号安全性更高

+
+
+
+ +
+ +

请再次填写密码

+
+
+
+
+ +    + 已有账号,马上登录 + +

+ 《使用协议说明书》 +

+
+
+
+
+ +
+
+
+

专注于高级Java开发工程师的培养

+

版权所有: 2015广州小码哥教育科技有限公司

+

地  址: 广州市天河区棠下荷光三横路盛达商务园D座5楼

+

电  话: 020-29007520   + 邮箱: service@520it.com

+

+ ICP备案 + :粤ICP备字1504547 +

+

+ 穗公网安备:44010650010086 +

+
+
+ +
+
+
+
+ + \ No newline at end of file -- GitLab