diff --git a/pom.xml b/pom.xml index 96f865c..cec8b01 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ com.mysql.jdbc.Driver - jdbc:mysql://ec2-23-21-211-172.compute-1.amazonaws.com:3306/jiuzhai_test?autoReconnect=true&useUnicode=true&characterEncoding=utf8 - honyee - honyee + jdbc:mysql://localhost:3306/wdcy_test?autoReconnect=true&useUnicode=true&characterEncoding=utf8 + wdcy + wdcy false false diff --git a/src/test/resources/database.properties b/src/test/resources/database.properties index 2d50ba3..194e036 100644 --- a/src/test/resources/database.properties +++ b/src/test/resources/database.properties @@ -3,6 +3,6 @@ jdbc.driverClassName=com.mysql.jdbc.Driver ############ # localhost ############ -jdbc.url=jdbc:mysql://localhost:3306/oauth2_test?autoReconnect=true&autoReconnectForPools=true&useUnicode=true&characterEncoding=utf8 -jdbc.username=honyee -jdbc.password=honyee \ No newline at end of file +jdbc.url=jdbc:mysql://localhost:3306/wdcy_test?autoReconnect=true&autoReconnectForPools=true&useUnicode=true&characterEncoding=utf8 +jdbc.username=wdcy +jdbc.password=wdcy \ No newline at end of file