Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jenkins
slm-fileview
Commits
ae93d48b
Commit
ae93d48b
authored
Nov 21, 2019
by
陈精华
Committed by
kl
Nov 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置:默认指定缓存实现为JDK实现
parent
506a3ba2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
application.properties
jodconverter-web/src/main/config/application.properties
+1
-1
No files found.
jodconverter-web/src/main/config/application.properties
View file @
ae93d48b
...
...
@@ -26,7 +26,7 @@ file.dir = ${KK_FILE_DIR:default}
office.home
=
${KK_OFFICE_HOME:default}
#缓存实现类型,不配默认为内嵌RocksDB(type = default)实现,可配置为redis(type = redis)实现(需要配置spring.redisson.address等参数)和 JDK 内置对象实现(type = jdk),
cache.type
=
${KK_CACHE_TYPE:
default
}
cache.type
=
${KK_CACHE_TYPE:
jdk
}
#redis连接,只有当cache.type = redis时才有用
spring.redisson.address
=
${KK_SPRING_REDISSON_ADDRESS:127.0.0.1:6379}
spring.redisson.password
=
${KK_SPRING_REDISSON_PASSWORD:123456}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment