Skip to content

Commit a894097

Browse files
Update application.properties
1 parent 8d2fea4 commit a894097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
2-
spring.datasource.url = jdbc:mysql://db:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
2+
spring.datasource.url = jdbc:mysql://mysql-db.service.com:3306/notes_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
33
spring.datasource.username = app
44
spring.datasource.password = secretpassword
55

@@ -10,4 +10,4 @@ spring.datasource.password = secretpassword
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)