Commit 597c1059 authored by fangxinjiang's avatar fangxinjiang

商险调整

parent d7a62664
......@@ -49,7 +49,7 @@ public class EkpDataSourceConfig {
public SqlSessionFactory ekpSqlSessionFactory(@Qualifier("ekpDataSource") DataSource dataSource) throws Exception {
MybatisSqlSessionFactoryBean bean = new MybatisSqlSessionFactoryBean();
bean.setDataSource(dataSource);
log.error(JSON.toJSONString("商险EKP数据库:"+DataSource));
log.error("商险EKP数据库:"+JSON.toJSONString(dataSource));
//添加XML目录
ResourcePatternResolver resolver = new PathMatchingResourcePatternResolver();
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment