Skip to content

Commit

Permalink
Spring Boot 整合 Mybatis 实现 Druid 多数据源配置
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLi1993 authored and liqiangqiang committed Mar 23, 2017
1 parent 60e91f7 commit d03f98c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public class MasterDataSourceConfig {
@Value("${master.datasource.password}")
private String password;

@Value("${master.datasource.driverClassName")
@Value("${master.datasource.driverClassName}")
private String driverClass;

@Bean(name = "masterDataSource")
Expand Down

0 comments on commit d03f98c

Please sign in to comment.