Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
15所TongWeb
aserver
Commits
94b57d22
Commit
94b57d22
authored
Dec 25, 2020
by
李德才
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
四性检测配置添加全宗字段
parent
fa95f289
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
11 deletions
+15
-11
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+8
-0
config-pro.properties
src/main/resources/config-pro.properties
+7
-11
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
94b57d22
...
@@ -2592,4 +2592,11 @@
...
@@ -2592,4 +2592,11 @@
update as_menu set SECOND_LEVEL_NAME='电子文件管理' where SECOND_LEVEL_NAME='文件管理';
update as_menu set SECOND_LEVEL_NAME='电子文件管理' where SECOND_LEVEL_NAME='文件管理';
</sql>
</sql>
</version>
</version>
<version
edition=
"119"
description=
"四性检测配置添加全宗字段"
>
<sql
creator=
"lidecai"
createDate=
"20201225"
note=
"四性检测配置添加全宗字段"
>
alter table AS_FOURTEST add "FONDS_NUMBER" VARCHAR2(50);
</sql>
</version>
</update>
</update>
\ No newline at end of file
src/main/resources/config-pro.properties
View file @
94b57d22
dbType
=
DM
dbType
=
DM
jdbcUrl
=
jdbc:dm://39.104.
174.12
:5236
jdbcUrl
=
jdbc:dm://39.104.
62.15
:5236
jdbc.driver
=
dm.jdbc.driver.DmDriver
jdbc.driver
=
dm.jdbc.driver.DmDriver
user
=
archser
user
=
archser
_hywd
password
=
archser_
v2.0
password
=
archser_
hywd
basic.url
=
http://39.104.
174.12
:11028
basic.url
=
http://39.104.
62.15
:11028
devMode
=
true
devMode
=
true
engineDevMode
=
true
engineDevMode
=
true
...
@@ -13,11 +13,7 @@ engineDevMode=true
...
@@ -13,11 +13,7 @@ engineDevMode=true
## 是否同步Redis中的数据
## 是否同步Redis中的数据
updateRedis
=
true
updateRedis
=
true
authUrl
=
http://125.77.26.133:7001/auth/token
redis.url
=
39.104.62.15
userInfoUrl
=
http://125.77.26.133:7001/api/info/user_info
redirect_uri
=
http://192.168.31.17:8080/
redis.url
=
39.104.174.12
redis.password
=
archser_redis
redis.password
=
archser_redis
# --- 消息中心websocket配置 ---
# --- 消息中心websocket配置 ---
...
@@ -30,4 +26,4 @@ messageWsTimeout=30000
...
@@ -30,4 +26,4 @@ messageWsTimeout=30000
## 是否开启消息中心的websocket
## 是否开启消息中心的websocket
openMessageWebSocket
=
true
openMessageWebSocket
=
true
MyIpAddress
=
127.0.0.1,39.104.28.145,39.104.174.12
MyIpAddress
=
127.0.0.1,39.104.28.145,39.104.62.15
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment