diff options
author | Vitaly Takmazov | 2023-11-11 02:24:01 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-11-11 03:06:39 +0300 |
commit | 4d51f184da68cf8b70bdd406f0b90f3e758f1607 (patch) | |
tree | 65ec8dc1a1cc5372a525e76128c1d0127155d81e /src/main/resources | |
parent | 6312fe07447c7a28704632e30902d55db52ecd63 (diff) |
Stats cache
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ff777338..0c983d5b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,7 +8,7 @@ spring.datasource.generate-unique-name=false spring.flyway.enabled=false spring.sql.init.platform=h2 spring.cache.type=simple -spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles, twitter_user +spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles, twitter_user, stats spring.profiles.active=@activatedProperties@ springdoc.swagger-ui.path=/api/swagger-ui.html server.forward-headers-strategy=framework |