Skip to content

Commit

Permalink
Update jdbc.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhaican authored Sep 13, 2017
1 parent ea6e74c commit 5913e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/jdbc.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ db=MySQL
MySQL.jdbc.driver=com.mysql.jdbc.Driver
MySQL.jdbc.url=jdbc:mysql://localhost:3306/svnadmin?characterEncoding=utf-8
MySQL.jdbc.username=root
MySQL.jdbc.password=123456
MySQL.jdbc.password=duxact
MySQL.jdbc.validationQuery=select now()

#Oracle
Expand All @@ -26,4 +26,4 @@ MySQL.jdbc.validationQuery=select now()
#SQLSERVER.jdbc.url=jdbc:sqlserver://127.0.0.1:1433;databaseName=svnadmin
#SQLSERVER.jdbc.username=sa
#SQLSERVER.jdbc.password=sa
#SQLSERVER.jdbc.validationQuery=select getdate()
#SQLSERVER.jdbc.validationQuery=select getdate()

0 comments on commit 5913e76

Please sign in to comment.