This commit is contained in:
Le Deng
2017-03-12 10:39:03 -04:00
parent 1c2bf36cd5
commit 9b71a81d8e
27 changed files with 219 additions and 372 deletions

View File

@@ -17,11 +17,11 @@ spring.redis.port=6379
# Set here configurations for the database connection
# Connection url for the database "netgloo_blog"
spring.datasource.url = jdbc:mysql://localhost:3306/BookstoreApi
spring.datasource.url = jdbc:mysql://localhost:3306/bookstoreapi
# Username and secret
spring.datasource.username = root
spring.datasource.password = Rochester24
spring.datasource.password = sesame
# Keep the connection alive if idle for a long time (needed in production)
spring.datasource.testWhileIdle = true