diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index ef3f186c..26f09508 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,9 +7,8 @@ spring: - swagger.yml - redis.yml - auth.yml - - optional:classpath:env.properties application: - name: taskflow2 + name: taskflow elasticsearch: uris: ${ELASTIC_URI:127.0.0.1:9200} @@ -24,12 +23,12 @@ server: max: 600 min-spare: 100 -logging: - level: - root: INFO - taskflow.clap.server: ERROR - org: - springframework: DEBUG +#logging: +# level: +# root: INFO +# taskflow.clap.server: ERROR +# org: +# springframework: DEBUG --- spring.config.activate.on-profile: local @@ -37,8 +36,8 @@ logging: level: root: INFO taskflow.clap.server: ERROR - org: - springframework: DEBUG +# org: +# springframework: DEBUG --- spring.config.activate.on-profile: dev diff --git a/src/main/resources/mysql.yml b/src/main/resources/mysql.yml index a8215604..3e095af1 100644 --- a/src/main/resources/mysql.yml +++ b/src/main/resources/mysql.yml @@ -10,7 +10,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:taskflowdev}?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&autoReconnect=true + url: jdbc:mysql://${DATABASE_HOST:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:taskflow}?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&autoReconnect=true username: ${DATABASE_USERNAME} password: ${DATABASE_PASSWORD} data-source-properties: