From 3ab9e281881a740771994c6e2e4b24f647df1cef Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 31 Jan 2020 00:30:30 +0800 Subject: [PATCH] update --- .../resources/views/modules/sys/user/corpAdminForm.html | 4 ++-- .../main/resources/views/modules/sys/user/empUserForm.html | 4 ++-- .../src/main/resources/views/modules/sys/user/userInfo.html | 6 +++--- parent/pom.xml | 4 ++-- web/src/main/resources/config/application.yml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/modules/core/src/main/resources/views/modules/sys/user/corpAdminForm.html b/modules/core/src/main/resources/views/modules/sys/user/corpAdminForm.html index 341b9930..10557bb0 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/corpAdminForm.html +++ b/modules/core/src/main/resources/views/modules/sys/user/corpAdminForm.html @@ -67,7 +67,7 @@ * ${text('电子邮箱')}:
- + <#form:input path="email" maxlength="300" class="form-control email"/>
@@ -79,7 +79,7 @@ * ${text('手机号码')}:
- + <#form:input path="mobile" maxlength="100" class="form-control mobile"/>
diff --git a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html index 071aaa87..abab6bf2 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html +++ b/modules/core/src/main/resources/views/modules/sys/user/empUserForm.html @@ -77,7 +77,7 @@
<#form:input path="email" maxlength="300" class="form-control email"/> - +
@@ -89,7 +89,7 @@
<#form:input path="mobile" maxlength="100" class="form-control mobile"/> - +
diff --git a/modules/core/src/main/resources/views/modules/sys/user/userInfo.html b/modules/core/src/main/resources/views/modules/sys/user/userInfo.html index c6a8c973..070251a6 100644 --- a/modules/core/src/main/resources/views/modules/sys/user/userInfo.html +++ b/modules/core/src/main/resources/views/modules/sys/user/userInfo.html @@ -40,7 +40,7 @@
<#form:input path="userName" maxlength="32" class="form-control required"/> - +
@@ -52,7 +52,7 @@
<#form:input path="email" maxlength="300" class="form-control email"/> - +
@@ -64,7 +64,7 @@
<#form:input path="mobile" maxlength="100" class="form-control mobile"/> - +
diff --git a/parent/pom.xml b/parent/pom.xml index 22434b14..4ef6c2e5 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -371,8 +371,8 @@ - sonatype-repos-s - https://oss.sonatype.org/content/repositories/snapshots + jeesite-repos-s + http://maven.jeesite.net/repository/maven-snapshots diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index 9a2f3af0..3ac602b6 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -46,7 +46,7 @@ jdbc: # # Oracle 数据库配置 # type: oracle -# driver: oracle.jdbc.driver.OracleDriver +# driver: oracle.jdbc.OracleDriver # url: jdbc:oracle:thin:@127.0.0.1:1521/orcl # username: jeesite # password: jeesite