File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 jpa :
88 open-in-view : false
99 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:
2727 use_sql_comments : true
2828 websocket :
2929 enabled : true
30- autoconfigure : # ๋ก์ปฌ์์ ์คํํ ๋๋ Redis์ Session ์ค์ ์ ์ ์ธ
31- exclude :
32- - org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration
33- - org.springframework.boot.autoconfigure.session.SessionAutoConfiguration
3430 custom :
3531 dev :
3632 cookieDomain : localhost
You canโt perform that action at this time.
0 commit comments