Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ping
9 years ago
Commit
d5104be9c2ef86ed3d438a7670a657f29f391afa
1 parent
250f7ae9
联盟数据库迁移
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
server/.settings/org.eclipse.wst.common.component
web/src/main/resources/databases.yml
web/src/main/webapp/META-INF/autoconf/databases.yml
server/.settings/org.eclipse.wst.common.component
View file @
d5104be
...
...
@@ -2,6 +2,5 @@
<wb-module
deploy-name=
"yoho-unions-server"
>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/java"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/src/main/resources"
/>
<wb-resource
deploy-path=
"/"
source-path=
"/src/test/java"
/>
</wb-module>
</project-modules>
...
...
web/src/main/resources/databases.yml
View file @
d5104be
...
...
@@ -6,7 +6,7 @@ datasources:
username
:
yh_test
password
:
9nm0icOwt6bMHjMusIfMLw==
yoho
buy
_logs
:
yoho_logs
:
servers
:
-
192.168.50.69:9980
-
192.168.102.219:3306
...
...
web/src/main/webapp/META-INF/autoconf/databases.yml
View file @
d5104be
...
...
@@ -6,9 +6,9 @@ datasources:
username
:
${jdbc.mysql.yohopassport.username}
password
:
${jdbc.mysql.yohopassport.password}
yoho
buy
_logs
:
yoho_logs
:
servers
:
-
${jdbc.mysql.yohobuylogs.master}
-
${jdbc.mysql.yohobuylogs.slave}
username
:
${jdbc.mysql.yohobuylogs.username}
password
:
${jdbc.mysql.yohobuylogs.password}
-
${jdbc.mysql.yohologs.master}
-
${jdbc.mysql.yohologs.slave}
username
:
${jdbc.mysql.yohologs.username}
password
:
${jdbc.mysql.yohologs.password}
...
...
Please
register
or
login
to post a comment