多数据源优化,支持分布式事务,支持Service层切换数据源;支持MyBatisDao注解指定数据源名称;jquery validate

remote 中文乱码导致验证失败问题;角色管理增加状态条件;附件列表增加上传人和时间;
This commit is contained in:
thinkgem
2018-04-21 12:58:42 +08:00
parent 630a1f1d73
commit 503e14b146
18 changed files with 41 additions and 21 deletions

View File

@@ -2,6 +2,8 @@
-- 打开 my.ini 给 [mysqld] 增加如下配置:
-- sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
set global read_only=0;
create user 'jeesite'@'%' identified by 'jeesite';
create database jeesite DEFAULT CHARSET utf8 COLLATE utf8_general_ci;