fix: disable http session in database for now

This commit is contained in:
Gauthier Roebroeck 2021-09-15 11:35:55 +08:00
parent 6a514350fb
commit 3448140f2d

View file

@ -36,7 +36,7 @@ spring:
resources: resources:
add-mappings: false add-mappings: false
session: session:
store-type: jdbc store-type: none
jdbc: jdbc:
initialize-schema: never initialize-schema: never