diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml deleted file mode 100644 index 2ab2e88..0000000 --- a/src/main/resources/application-local.yml +++ /dev/null @@ -1,25 +0,0 @@ -spring: - datasource: - driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/likelion12?characterEncoding=UTF-8&serverTimezone=UTC - username: likelion12 - password: ${DB_LOCAL_PASSWD} - - - devtools: - restart: - enabled: false - jpa: - hibernate: - ddl-auto: create - properties: - hibernate: - format_sql: true - default_batch_fetch_size: 100 - open-in-view: false - -logging.level: - org.hibernate.SQL: debug - org.hibernate.type: trace - org.springframework.web : DEBUG - org.springframework.cache: DEBUG