Commit 726800689a2e1b28150bdd03597349816fe98339
1 parent
5ebd85f1
修改数据库
Showing
1 changed file
with
2 additions
and
1 deletions
toll/conf-test/jdbc.properties
1 | 1 | #mysql version database druid setting |
2 | 2 | validationQuery=SELECT 1 |
3 | -jdbc.url=jdbc:mysql://10.28.6.55:3307/toll?createDatabaseIfNotExist=true&autoReconnect=true&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true | |
3 | +jdbc.url=jdbc:mysql://10.28.6.55:3307/toll_pay_door?createDatabaseIfNotExist=true&autoReconnect=true&useUnicode=true&characterEncoding=utf8&allowMultiQueries=true | |
4 | 4 | jdbc.username=root |
5 | 5 | -jdbc.password=123456 |
6 | +jdbc.password=123456 | |
6 | 7 | \ No newline at end of file | ... | ... |