java-tutorials/java-lite/src/main/resources/database.properties
Magdalena Krause 1273bb4aee BAEL-1277: RESTFul CRUD application with JavaLite (#3359)
* BAEL-1277: RESTFul CRUD application with JavaLite.

* BAEL-1277: RESTFul CRUD application with JavaLite. Adding exception handling.
2018-01-05 11:51:47 -08:00

4 lines
142 B
INI

development.driver=com.mysql.jdbc.Driver
development.username=user
development.password=password
development.url=jdbc:mysql://localhost/dbname