Updated some packages
[test_app_1.git] / src / main / resources / database.properties
blob244fb1ecd538791b1468476d8f60346e66a71731
1 development.driver=com.mysql.jdbc.Driver
2 development.username=test_app_1
3 development.password=test_app_1
4 development.url=jdbc:mysql://localhost/test_app_1
6 test.driver=com.mysql.jdbc.Driver
7 test.username=test_app_1
8 test.password=test_app_1
9 test.url=jdbc:mysql://localhost/test_app_1