Commit 5ced9aa1de0cf4bb1c93c68aebadcd5f1471a2e2
1 parent
35998ca7
1.
Showing
2 changed files
with
4 additions
and
4 deletions
src/main/resources/ms-jdbc.properties
| ... | ... | @@ -4,6 +4,6 @@ |
| 4 | 4 | #ms.mysql.password= panzhao |
| 5 | 5 | |
| 6 | 6 | ms.mysql.driver= com.mysql.jdbc.Driver |
| 7 | -ms.mysql.url= jdbc:mysql://10.10.150.103/ms?useUnicode=true&characterEncoding=utf-8 | |
| 7 | +ms.mysql.url= jdbc:mysql://127.0.0.1/ms?useUnicode=true&characterEncoding=utf-8 | |
| 8 | 8 | ms.mysql.username= root |
| 9 | -ms.mysql.password= Aa123456 | |
| 10 | 9 | \ No newline at end of file |
| 10 | +ms.mysql.password= root2jsp | |
| 11 | 11 | \ No newline at end of file | ... | ... |
src/main/resources/xxfb-jdbc.properties
| ... | ... | @@ -4,6 +4,6 @@ |
| 4 | 4 | #xxfb.mysql.password= panzhao |
| 5 | 5 | |
| 6 | 6 | xxfb.mysql.driver= com.mysql.jdbc.Driver |
| 7 | -xxfb.mysql.url= jdbc:mysql://10.10.150.113/info_publish?useUnicode=true&characterEncoding=utf-8 | |
| 7 | +xxfb.mysql.url= jdbc:mysql://127.0.0.1/info_publish?useUnicode=true&characterEncoding=utf-8 | |
| 8 | 8 | xxfb.mysql.username= root |
| 9 | -xxfb.mysql.password= Aa123456 | |
| 10 | 9 | \ No newline at end of file |
| 10 | +xxfb.mysql.password= root2jsp | |
| 11 | 11 | \ No newline at end of file | ... | ... |