File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,9 @@ dependencies {
4646 implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
4747
4848 // redis
49+ implementation(" org.springframework.boot:spring-boot-starter-actuator" )
4950 implementation(" org.springframework.boot:spring-boot-starter-data-redis" )
51+ implementation(" org.springframework.session:spring-session-data-redis" )
5052
5153 // Security
5254 implementation(" org.springframework.boot:spring-boot-starter-security" )
Original file line number Diff line number Diff line change @@ -30,4 +30,10 @@ logging:
3030 org.hibernate.SQL : INFO
3131 org.hibernate.orm.jdbc.bind : INFO
3232 org.hibernate.orm.jdbc.extract : INFO
33- org.springframework.transaction.interceptor : INFO
33+ org.springframework.transaction.interceptor : INFO
34+
35+ management :
36+ endpoints :
37+ web :
38+ exposure :
39+ include : health,info,metrics # ํน์ ์๋ํฌ์ธํธ๋ง ๊ณต๊ฐ
You canโt perform that action at this time.
0 commit comments