Skip to content

Commit e2ba4da

Browse files
committed
Correct property in Session Data Redis smoke test
1 parent 7a595f1 commit e2ba4da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
management.endpoints.web.exposure.include=*
22
spring.security.user.name=user
33
spring.security.user.password=password
4-
spring.session.redis.repository-type=indexed
4+
spring.session.data.redis.repository-type=indexed

0 commit comments

Comments
 (0)