Commit d0d99dd2dfe8c9382369e0b6ed62fb1ffef13a27
1 parent
2dcb44f8
1.嘉定分支配置文件修正
Showing
1 changed file
with
8 additions
and
8 deletions
src/main/resources/ms-jdbc.properties
| 1 | -#ms.mysql.driver= com.mysql.jdbc.Driver | ||
| 2 | -#ms.mysql.url= jdbc:mysql://127.0.0.1:3306/ms?useUnicode=true&characterEncoding=utf-8 | ||
| 3 | -#ms.mysql.username= root | ||
| 4 | -#ms.mysql.password= panzhao | ||
| 5 | - | ||
| 6 | -ms.mysql.driver= com.mysql.jdbc.Driver | ||
| 7 | -ms.mysql.url= jdbc:mysql://10.10.200.226:3306/ms?useUnicode=true&characterEncoding=utf-8 | ||
| 8 | -ms.mysql.username= root | 1 | +#ms.mysql.driver= com.mysql.jdbc.Driver |
| 2 | +#ms.mysql.url= jdbc:mysql://127.0.0.1:3306/ms?useUnicode=true&characterEncoding=utf-8 | ||
| 3 | +#ms.mysql.username= root | ||
| 4 | +#ms.mysql.password= panzhao | ||
| 5 | + | ||
| 6 | +ms.mysql.driver= com.mysql.jdbc.Driver | ||
| 7 | +ms.mysql.url= jdbc:mysql://192.168.160.222:3306/ms?useUnicode=true&characterEncoding=utf-8 | ||
| 8 | +ms.mysql.username= root | ||
| 9 | ms.mysql.password= root2jsp | 9 | ms.mysql.password= root2jsp |
| 10 | \ No newline at end of file | 10 | \ No newline at end of file |