Skip to content

Instantly share code, notes, and snippets.

@logicjwell
Created April 26, 2019 09:31
Show Gist options
  • Save logicjwell/e79a8e681018c71d352aabef3c0cc152 to your computer and use it in GitHub Desktop.
Save logicjwell/e79a8e681018c71d352aabef3c0cc152 to your computer and use it in GitHub Desktop.
[Mybatis 在springboot中的配置] #mybatis #springboot
@Configuration
@MapperScan(basePackages = {"com.huacai.counter.jzb.biz.repositories.mappers"})
@EnableConfigurationProperties(DataSourceProperties.class)
@EnableTransactionManagement
public class MybatisConfiguration {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment