Skip to content

Commit 6a673c3

Browse files
committed
chore : application yml file fix
1 parent f30e610 commit 6a673c3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

โ€Žsrc/main/resources/application.ymlโ€Ž

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ spring:
1919
open-in-view: false
2020
hibernate:
2121
ddl-auto: update
22-
autoconfigure: # ๋กœ์ปฌ์—์„œ ์‹คํ–‰ํ•  ๋•Œ๋Š” Redis์™€ Session ์„ค์ •์„ ์ œ์™ธ
23-
exclude:
24-
- org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
25-
- org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
2622
properties:
2723
hibernate:
2824
default_batch_fetch_size: 100
@@ -31,14 +27,6 @@ spring:
3127
use_sql_comments: true
3228
websocket:
3329
enabled: true
34-
logging:
35-
level:
36-
cmf.commitField: DEBUG
37-
org.hibernate.SQL: DEBUG
38-
org.hibernate.type.blind: TRACE
39-
org.hibernate.type.extract: TRACE
40-
org.springframework.transaction.interceptor: TRACE
41-
org.springframework: DEBUG
4230
custom:
4331
dev:
4432
cookieDomain: localhost

0 commit comments

Comments
ย (0)