File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,9 @@ dependencies {
46
46
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
47
47
48
48
// redis
49
+ implementation(" org.springframework.boot:spring-boot-starter-actuator" )
49
50
implementation(" org.springframework.boot:spring-boot-starter-data-redis" )
51
+ implementation(" org.springframework.session:spring-session-data-redis" )
50
52
51
53
// Security
52
54
implementation(" org.springframework.boot:spring-boot-starter-security" )
Original file line number Diff line number Diff line change @@ -30,4 +30,10 @@ logging:
30
30
org.hibernate.SQL : INFO
31
31
org.hibernate.orm.jdbc.bind : INFO
32
32
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