set default storage type to memory

pull/1490/merge^2
gongdewei 4 years ago
parent 57fa1ab373
commit 85d1c1c108

@ -29,6 +29,6 @@ spring.security.user.name=arthas
# memory : Store data in memory
# redis : Store data in redis
#
#spring.profiles.active=memory
spring.profiles.active=redis
spring.profiles.active=memory
#spring.profiles.active=redis

Loading…
Cancel
Save