Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
pda-mng
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
pda
pda-mng
Commits
f9910067
Commit
f9910067
authored
Aug 31, 2024
by
zhuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 提交环境配置
parent
994608fb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
14 deletions
+14
-14
application-dev.yml
admin/src/main/resources/application-dev.yml
+4
-4
application-prod.yml
admin/src/main/resources/application-prod.yml
+5
-5
application-test.yml
admin/src/main/resources/application-test.yml
+5
-5
No files found.
admin/src/main/resources/application-dev.yml
View file @
f9910067
...
...
@@ -55,9 +55,9 @@ spring:
druid
:
# 主库数据源
master
:
url
:
jdbc:mysql://192.168.3.91:3406/
mes_dev
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
mes
password
:
mes
url
:
jdbc:mysql://192.168.3.91:3406/
pda_test
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
password
:
123456
# 从库数据源
slave
:
# 从数据源开关/默认关闭
...
...
@@ -216,7 +216,7 @@ remote:
ep
:
username
:
rest_user
password
:
Bsn123456
url
:
http://192.168.3.
91
:12000
url
:
http://192.168.3.
182
:12000
path
:
sap/bc/erp_ep/
sapclient
:
300
#fiegn配置连接池
...
...
admin/src/main/resources/application-prod.yml
View file @
f9910067
...
...
@@ -59,9 +59,9 @@ spring:
druid
:
# 主库数据源
master
:
url
:
jdbc:mysql://192.168.3.91:3406/
mes
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&serverTimezone=Asia/Shanghai
username
:
mes
password
:
mes
url
:
jdbc:mysql://192.168.3.91:3406/
pda_test
?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&serverTimezone=Asia/Shanghai
username
:
root
password
:
123456
# 从库数据源
slave
:
# 从数据源开关/默认关闭
...
...
@@ -227,11 +227,11 @@ remote:
path
:
sap/bc/erp_ep/
sapclient
:
310
ep
:
url
:
http://192.168.3.
91
:12000
url
:
http://192.168.3.
182
:12000
path
:
sap/bc/erp_ep/
sapclient
:
300
bpm
:
url
:
http://192.168.3.
91
:8081
url
:
http://192.168.3.
182
:8081
path
:
topsun-xt/syncOrg/syncOrgInfo.ajax
#fiegn配置连接池
...
...
admin/src/main/resources/application-test.yml
View file @
f9910067
...
...
@@ -10,7 +10,7 @@ bsn-mes:
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/bsn/uploadPath,Linux配置 /home/bsn/uploadPath)
profile
:
D:/code/upload
downloadServerUrl
:
http://192.168.3.
9
1:300
downloadServerUrl
:
http://192.168.3.
18
1:300
downloadProfile
:
/upload
windowsProfile
:
C:\Users\1\Desktop\upload
linuxProfile
:
/mnt
...
...
@@ -60,8 +60,8 @@ spring:
# 主库数据源
master
:
url
:
jdbc:mysql://192.168.3.91:3406/pda_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&serverTimezone=Asia/Shanghai
username
:
mes
password
:
mes
username
:
root
password
:
123456
# 从库数据源
slave
:
# 从数据源开关/默认关闭
...
...
@@ -227,13 +227,13 @@ remote:
path
:
sap/bc/erp_ep/
sapclient
:
300
ep
:
url
:
http://192.168.3.
91
:12000
url
:
http://192.168.3.
182
:12000
path
:
/api/itemSerial
sapclient
:
300
token
:
e10adc3949ba59abbe56e057f20f883e
bpm
:
url
:
http://192.168.3.
91
:8081
url
:
http://192.168.3.
182
:8081
path
:
topsun-xt/syncOrg/syncOrgInfo.ajax
...
...
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