diff options
author | Vitaly Takmazov | 2023-11-22 04:31:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-11-23 00:28:54 +0300 |
commit | dc0b056a71475868c94c946e3333421e9fae35fc (patch) | |
tree | b0621d6eaa4ed9e4f55160162f277be9babd0145 /src/main/resources | |
parent | 4a970162d39eedadd055a69f3f77010460c21fcc (diff) |
`message_tags` 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 0c983d5b..17bc6322 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, stats +spring.cache.cache-names=help, usernames, users_by_name, discover, discussions, messages, replies, popular_tags, profiles, twitter_user, stats, message_tags spring.profiles.active=@activatedProperties@ springdoc.swagger-ui.path=/api/swagger-ui.html server.forward-headers-strategy=framework |