优化代码及配置

This commit is contained in:
thinkgem
2019-06-06 17:07:53 +08:00
parent ccb29b067b
commit 6bfe50906e
7 changed files with 8 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ spring:
# 缓存及会话共享(专业版)
isClusterMode: false
# 清理全部缓存按钮所清理的缓存列表
clearNames: sysCache,corpCache,userCache,cmsCache
clearNames: sysCache,corpCache,userCache,cmsCache,msgPcPoolCache
# 打印横幅
main:

View File

@@ -5,7 +5,7 @@ sys.login.notLongIn=未登录或登录超时。请重新登录,谢谢!
sys.login.success=登录成功!
sys.login.getInfo=获取信息成功!
sys.login.failure=账号或密码错误,请重试。
sys.login.error=对不起,系统遇见了点问题,请稍再试!
sys.login.error=对不起,系统遇见了点问题,请稍再试!
sys.logout.success=退出成功!
# =========== 账号登录相关 ===========

View File

@@ -9,8 +9,8 @@
window.js = window.js || {};
js.i18n = $.extend({}, js.i18n, {
'tabpanel.newTabPage':'新页签',
'loading.message':'正在加载,请稍...',
'loading.submitMessage':'正在提交,请稍...',
'loading.message':'正在加载,请稍...',
'loading.submitMessage':'正在提交,请稍...',
'showMessage.error':'失败,错误,未完成',
'showMessage.success':'成功,完成',
'showMessage.warning':'不能,不允许,必须,已存在,不需要,不正确'

View File

@@ -307,7 +307,7 @@ UE.I18N['ja_JP'] = {
'imageUrlError':"不允许的图片格式或者图片域!",
'imageLoadError':"图片加载失败!请检查链接地址或网络状态!",
'searchRemind':"请输入搜索关键词",
'searchLoading':"图片加载中,请稍……",
'searchLoading':"图片加载中,请稍……",
'searchRetry':" :( ,抱歉,没有找到图片!请重试一次!"
},
'attachment':{

View File

@@ -307,7 +307,7 @@ UE.I18N['zh_CN'] = {
'imageUrlError':"不允许的图片格式或者图片域!",
'imageLoadError':"图片加载失败!请检查链接地址或网络状态!",
'searchRemind':"请输入搜索关键词",
'searchLoading':"图片加载中,请稍……",
'searchLoading':"图片加载中,请稍……",
'searchRetry':" :( ,抱歉,没有找到图片!请重试一次!"
},
'attachment':{

View File

@@ -6,7 +6,7 @@ set global read_only=0;
create user 'jeesite'@'%' identified by 'jeesite';
create database jeesite DEFAULT CHARSET 'utf8mb4' COLLATE 'utf8mb4_unicode_ci';
create database jeesite DEFAULT CHARSET 'utf8' COLLATE 'utf8_unicode_ci';
grant all privileges on jeesite.* to 'jeesite'@'%' identified by 'jeesite';

View File

@@ -177,7 +177,7 @@ spring:
# # 缓存及会话共享(专业版)
# isClusterMode: false
# # 清理全部缓存按钮所清理的缓存列表
# clearNames: sysCache,corpCache,userCache,cmsCache
# clearNames: sysCache,corpCache,userCache,cmsCache,msgPcPoolCache
# 日志配置
logging: