Skip to content

Commit

Permalink
fixing again
Browse files Browse the repository at this point in the history
  • Loading branch information
ledz1996 committed Jun 20, 2019
1 parent 9e4a565 commit 70e545f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java_server/src/main/resources/application.properties
Expand Up @@ -4,10 +4,10 @@ spring.mvc.view.suffix:.jsp
# connection. In this example we have "netgloo_blog" as database name and
# "root" as username and password.

spring.datasource.url = jdbc:mysql://to_be_replaced/dentist
spring.datasource.url = jdbc:mysql://to_be_replaced/tobereplaced

spring.datasource.username = root
#spring.datasource.password = admindentist
spring.datasource.username = userdb
spring.datasource.password = admindentist

# Keep the connection alive if idle for a long time (needed in production)
spring.datasource.testWhileIdle = true
Expand Down

0 comments on commit 70e545f

Please sign in to comment.