From 26a418ccd04ad956c71c4c7d0b26127369803b01 Mon Sep 17 00:00:00 2001 From: aBiCDi <372903435@qq.com> Date: Mon, 25 Nov 2019 13:43:28 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/config/jsite-framework.properties | 8 ++++---- jsite-web/pom.xml | 2 +- jsite-web/src/main/resources/config/jsite-web.properties | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jsite-framework/src/main/resources/config/jsite-framework.properties b/jsite-framework/src/main/resources/config/jsite-framework.properties index 08068fc8..21969f1f 100644 --- a/jsite-framework/src/main/resources/config/jsite-framework.properties +++ b/jsite-framework/src/main/resources/config/jsite-framework.properties @@ -1,11 +1,11 @@ #redis settings -redis.host=127.0.0.1 +redis.host=114.115.200.202 redis.port=6379 -redis.password= +redis.password=shibang #redis idGenerator -redis.slave1.host=127.0.0.1 -redis.slave1.password= +redis.slave1.host=192.168.3.4 +redis.slave1.password=6379 redis.slave1.port=6379 #redis.slave2.host=39.105.171.128 diff --git a/jsite-web/pom.xml b/jsite-web/pom.xml index 3ba5fbc4..cb68c170 100644 --- a/jsite-web/pom.xml +++ b/jsite-web/pom.xml @@ -30,7 +30,7 @@ org.springframework.boot spring-boot-starter-tomcat - provided + compile diff --git a/jsite-web/src/main/resources/config/jsite-web.properties b/jsite-web/src/main/resources/config/jsite-web.properties index 72836bba..79d6e8fe 100644 --- a/jsite-web/src/main/resources/config/jsite-web.properties +++ b/jsite-web/src/main/resources/config/jsite-web.properties @@ -25,10 +25,10 @@ demoMode=true jdbc.type=mysql jdbc.driver=com.mysql.jdbc.Driver -jdbc.url=jdbc:mysql://localhost:3306/jsite-test?useUnicode=true&characterEncoding=utf-8&useSSL=false +jdbc.url=jdbc:mysql://192.168.3.5:3306/jsite?useUnicode=true&characterEncoding=utf-8&useSSL=false #jdbc.url=jdbc:mysql://localhost:3306/jsite?useUnicode=true&characterEncoding=utf-8 jdbc.username=root -jdbc.password=xxxxxx +jdbc.password=1234 #mssql database settings #jdbc.type=mssql -- Gitee From 681236d0671186c9644bb804816fea527a1d95a4 Mon Sep 17 00:00:00 2001 From: 18016 <1101838066@qq.com> Date: Mon, 25 Nov 2019 17:01:51 +0800 Subject: [PATCH 2/7] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/modules/flow/flowModelList.html | 2 +- .../views/modules/flow/flowProcessDeploy.html | 15 ++++----------- .../views/modules/flow/flowProcessList.html | 2 +- .../modules/flow/flowProcessRunningList.html | 2 +- .../resources/views/modules/file/sysFileList.html | 2 +- .../views/modules/file/sysFileTreeIndex.html | 2 +- .../views/modules/gen/genSchemeList.html | 2 +- .../resources/views/modules/gen/genTableList.html | 2 +- .../resources/views/modules/sys/onlineList.html | 2 +- .../resources/views/modules/sys/roleAssign.html | 4 ++-- .../views/modules/sys/selectUserToRole.html | 2 +- .../views/modules/test/testDataList.html | 2 +- .../views/modules/test/testDataMainList.html | 2 +- .../views/modules/test/testTreeList.html | 2 +- 14 files changed, 18 insertions(+), 25 deletions(-) diff --git a/jsite-flowable/src/main/resources/views/modules/flow/flowModelList.html b/jsite-flowable/src/main/resources/views/modules/flow/flowModelList.html index 26f7f4c8..1f02305b 100644 --- a/jsite-flowable/src/main/resources/views/modules/flow/flowModelList.html +++ b/jsite-flowable/src/main/resources/views/modules/flow/flowModelList.html @@ -41,7 +41,7 @@ <% } %> diff --git a/jsite-framework/src/main/resources/views/modules/sys/roleForm.html b/jsite-framework/src/main/resources/views/modules/sys/roleForm.html index 31542e5d..9426af76 100644 --- a/jsite-framework/src/main/resources/views/modules/sys/roleForm.html +++ b/jsite-framework/src/main/resources/views/modules/sys/roleForm.html @@ -6,11 +6,11 @@ ${role.isNewRecord?'添加角色':'编辑角色'} - <#form:form id="inputForm" model="${role}" class="form-horizontal" action="${ctx}/sys/role/save" method="post"> +
<#form:hidden path="id"/>
-
+
@@ -21,9 +21,9 @@
- +
-
+
- +
-
+
@@ -49,9 +49,9 @@
- +
-
+
- +
-
+
@@ -73,16 +73,16 @@ - + 工作流组用户组类型(任务分配:assignment、管理角色:security-role、普通角色:user)
- +
-
+
- +
-
+
- +
-
+
- +
-
+
@@ -133,9 +133,9 @@
- +
-
+
@@ -147,7 +147,7 @@
- +
- +
<% } %> diff --git a/jsite-web/src/main/resources/views/modules/test/testDataForm.html b/jsite-web/src/main/resources/views/modules/test/testDataForm.html index 1d7b1e25..35b8542e 100644 --- a/jsite-web/src/main/resources/views/modules/test/testDataForm.html +++ b/jsite-web/src/main/resources/views/modules/test/testDataForm.html @@ -13,7 +13,7 @@
<#form:hidden path="id"/>
-
+
-
+
-
+
-
+
-
+
-
+
-
+