多数据源优化,支持分布式事务,支持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

@@ -71,7 +71,7 @@ jdbc:
# # 最大连接数
# maxActive: 20
#
# # 多数据源名称列表,用方式:DataSourceHolder.setDataSourceName("ds2")
# # 多数据源名称列表,用方式:@MyBatisDao(dataSourceName="ds2")
# dataSourceNames: ds2
#
# # 多数据源配置ds2