aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/application.properties
blob: a1fc50a3a903b95f3ea7154dbcaf533bf2665405 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
server.servlet.session.tracking-modes=cookie
spring.mvc.pathmatch.matching-strategy=ant-path-matcher
spring.jackson.default-property-inclusion=non-default
spring.jackson.serialization.write-dates-as-timestamps=false
spring.jackson.serialization.write-empty-json-arrays=true
spring.h2.console.enabled=true
spring.datasource.generate-unique-name=false
spring.sql.init.platform=h2
spring.cache.type=none
spring.cache.cache-names=help, users_by_name, discussions, messages, replies, popular_tags
spring.cache.caffeine.spec=maximumSize=500,expireAfterAccess=600s
spring.profiles.active=@activatedProperties@