Skip to content

Commit e01a5c5

Browse files
authored
Update application.properties
1 parent 3893aea commit e01a5c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2-
spring.datasource.url = jdbc:mysql://localhost:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3-
spring.datasource.username = root
4-
spring.datasource.password = callicoder
2+
spring.datasource.url = jdbc:mysql://{{dbhost}}:3306/{{dbname}}?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
3+
spring.datasource.username = {{dbusername}}
4+
spring.datasource.password = {{dbpassword}}
55

66

77
## Hibernate Properties
@@ -10,4 +10,4 @@ spring.datasource.password = callicoder
1010
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
1111

1212
# Hibernate ddl auto (create, create-drop, validate, update)
13-
spring.jpa.hibernate.ddl-auto = update
13+
spring.jpa.hibernate.ddl-auto = update

0 commit comments

Comments
 (0)