Skip to content

Commit

Permalink
fix: return past files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongh00 committed Mar 11, 2023
1 parent 5b232f5 commit a9eb974
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
14 changes: 14 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://mysql:3306/test_db?useSSL=false&serverTimezone=Asia/Seoul
spring.datasource.username=test
spring.datasource.password=test_pw

spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto=create-drop
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.defer-datasource-initialization=true

spring.sql.init.mode=always

spring.profiles.include=API-KEY
19 changes: 0 additions & 19 deletions src/main/resources/application.yml

This file was deleted.

0 comments on commit a9eb974

Please sign in to comment.