Skip to content

Commit 06bad5c

Browse files
author
kimyonghwa
committed
Spring data redis
- redis annotation
1 parent 9e67838 commit 06bad5c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/main/resources/application.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
server:
22
port: 8081
3-
#
4-
#logging:
5-
# level:
6-
# root: warn
7-
# com.rest.api: debug
8-
# org.springframework.data.redis: trace
3+
4+
logging:
5+
level:
6+
root: warn
7+
com.rest.api: debug
98

109
spring:
11-
# main.allow-bean-definition-overriding: true
1210
datasource:
1311
url: jdbc:h2:tcp://localhost/~/test
1412
driver-class-name: org.h2.Driver
@@ -30,4 +28,4 @@ spring:
3028
- 15.164.98.87:6401
3129
- 15.164.98.87:6402
3230
max-redirects: 3
33-
password: 02cc9f8b3ff0eead714a76cc0ab94da4e3ea094a81838347b507648f5d8ec9bb
31+
password: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

0 commit comments

Comments
 (0)