We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97662b6 commit 7540029Copy full SHA for 7540029
1 file changed
src/main/resources/application.properties
@@ -23,10 +23,6 @@ spring.datasource.username=${MYSQL_USERNAME}
23
spring.datasource.password=${MYSQL_PASSWORD}
24
25
26
-spring.datasource.url=jdbc:mysql://fixlog-db.c7cau8y2srl7.ap-northeast-2.rds.amazonaws.com:3306/fixlog?serverTimezone=Asia/Seoul
27
-spring.datasource.username=admin
28
-spring.datasource.password=${MYSQL_PASSWORD}
29
-
30
spring.jpa.hibernate.ddl-auto=update
31
spring.jpa.show-sql=true
32
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
0 commit comments