-
Notifications
You must be signed in to change notification settings - Fork 0
/
~
40 lines (34 loc) · 1.68 KB
/
~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 641782e..e47e97a 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,14 +1,14 @@
spring.mvc.view.prefix:/WEB-INF/jsp/
spring.mvc.view.suffix:.jsp
# DataSource settings: set here your own configurations for the database
# connection. In this example we have "netgloo_blog" as database name and
# "root" as username and password.
-spring.datasource.url = jdbc:mysql://hackteeth_db:3306/dentist
+spring.datasource.url = jdbc:mysql://localhost:3306/dentist
spring.datasource.username = root
#spring.datasource.password = admindentist
# Keep the connection alive if idle for a long time (needed in production)
spring.datasource.testWhileIdle = true
spring.datasource.validationQuery = SELECT 1
diff --git a/target/classes/application.properties b/target/classes/application.properties
index 641782e..e47e97a 100644
--- a/target/classes/application.properties
+++ b/target/classes/application.properties
@@ -1,14 +1,14 @@
spring.mvc.view.prefix:/WEB-INF/jsp/
spring.mvc.view.suffix:.jsp
# DataSource settings: set here your own configurations for the database
# connection. In this example we have "netgloo_blog" as database name and
# "root" as username and password.
-spring.datasource.url = jdbc:mysql://hackteeth_db:3306/dentist
+spring.datasource.url = jdbc:mysql://localhost:3306/dentist
spring.datasource.username = root
#spring.datasource.password = admindentist
# Keep the connection alive if idle for a long time (needed in production)
spring.datasource.testWhileIdle = true
spring.datasource.validationQuery = SELECT 1