Skip to content

Commit 6665dec

Browse files
authored
Merge pull request #58 from CommitField/feature/#6
rename : redis ์„ค์ • ์ฝ”๋“œ ์ด๋™ (#6)
2 parents 229cc11 + 4b0a92c commit 6665dec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ spring:
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

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

-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
ย (0)