Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
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
hugufei
2016-06-29 15:11:09 +0800
Commit
27d3d9ec5c00220d0b937b6dba170e42cd913436
1 parent
83f29b6c
添加readOnlyInSlave属性
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
web/src/main/resources/databases.yml
web/src/main/webapp/META-INF/autoconf/databases.yml
web/src/main/resources/databases.yml
View file @
27d3d9e
...
...
@@ -5,3 +5,5 @@ datasources:
- 192.168.102.216:3306
username
:
yh_test
password
:
9nm0icOwt6bMHjMusIfMLw==
readOnlyInSlave
:
true
\ No newline at end of file
...
...
web/src/main/webapp/META-INF/autoconf/databases.yml
View file @
27d3d9e
...
...
@@ -5,3 +5,5 @@ datasources:
- ${jdbc.mysql.yhbsearch.slave}
username
:
${jdbc.mysql.yhbsearch.username}
password
:
${jdbc.mysql.yhbsearch.password}
readOnlyInSlave
:
${readOnlyInSlave}
...
...
Please
register
or
login
to post a comment