Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
youka-api
Overview
Overview
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
java-youka-wallet
youka-api
Commits
84ac4994
Commit
84ac4994
authored
Feb 27, 2018
by
Java-张振楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
①修改Koala Cloud上的配置
parent
6432c6a3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ehcache-local.xml
src/main/resources/cache/ehcache-local.xml
+1
-1
ehcache-rmi.xml
src/main/resources/cache/ehcache-rmi.xml
+1
-1
No files found.
src/main/resources/cache/ehcache-local.xml
View file @
84ac4994
...
...
@@ -2,7 +2,7 @@
<ehcache
updateCheck=
"false"
name=
"defaultCache"
>
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore
path=
"/
tomcat
/temp/jeesite/ehcache"
/>
<diskStore
path=
"/
youka
/temp/jeesite/ehcache"
/>
<!-- 默认缓存配置. 自动失效:最后一次访问时间间隔300秒失效,若没有访问过自创建时间600秒失效。-->
<defaultCache
maxEntriesLocalHeap=
"1000"
eternal=
"false"
timeToIdleSeconds=
"300"
timeToLiveSeconds=
"600"
...
...
src/main/resources/cache/ehcache-rmi.xml
View file @
84ac4994
...
...
@@ -11,7 +11,7 @@
<cacheManagerPeerListenerFactory
class=
"net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
/>
<!--<diskStore path="../temp/jeesite/ehcache" />-->
<diskStore
path=
"/
tomcat
/temp/jeesite/ehcache"
/>
<diskStore
path=
"/
youka
/temp/jeesite/ehcache"
/>
<!-- 默认缓存配置. -->
<defaultCache
maxEntriesLocalHeap=
"1000"
eternal=
"false"
timeToIdleSeconds=
"300"
timeToLiveSeconds=
"600"
...
...
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