File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
jpa :
8
8
open-in-view : false
9
9
hibernate :
10
- ddl-auto : create
10
+ ddl-auto : create
11
+ autoconfigure : # ๋ก์ปฌ์์ ์คํํ ๋๋ Redis์ Session ์ค์ ์ ์ ์ธ
12
+ exclude :
13
+ - org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
14
+ - org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ spring:
27
27
use_sql_comments : true
28
28
websocket :
29
29
enabled : true
30
- autoconfigure : # ๋ก์ปฌ์์ ์คํํ ๋๋ Redis์ Session ์ค์ ์ ์ ์ธ
31
- exclude :
32
- - org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
33
- - org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
34
30
custom :
35
31
dev :
36
32
cookieDomain : localhost
You canโt perform that action at this time.
0 commit comments