jfinal用maven多模块开发时,多个ehcache.xml文件,找不到cachename

发布于 2021-12-02 14:17:28 字数 364 浏览 798 评论 7

jfinal使用maven多模块开发时,多个ehcache.xml文件

Caches cannot be added by name when default cache config is not specified in the config. Please add a default cache config in the configuration.

其中hgyx-back项目中引入了hgyx-core

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(7

晚风撩人 2021-12-08 20:30:47

hgyx-back是web项目(war),hgyx-core是普通项目(jar),hgyx-back中引入了hgyx-core,采用的是maven的多模块开发

永不分离 2021-12-08 12:41:31

怎么解决的?

私藏温柔 2021-12-07 19:54:40

回复
@JFinal : 在hgyx-back的ehcache.xml中添加了一个默认的defaultCache

旧城烟雨 2021-12-07 16:07:22

回复
@JFinal : 回复有文字限制,我在下面写了配置项

顾挽 2021-12-07 08:28:27

解决了...

只为守护你 2021-12-06 08:04:01

解决就好

悸初 2021-12-04 12:41:33

<defaultCache    
         maxElementsInMemory="10000"    
         overflowToDisk="true"    
         eternal="false"    
         timeToLiveSeconds="7200"    
         timeToIdleSeconds="300"    
         diskPersistent="true"    
         diskExpiryThreadIntervalSeconds="120"    
     /> 

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文