Skip to content

jht385/sb-dynamic-xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sb-dynamic-xml

springboot mybatis xml热更新demo

说明 https://blog.csdn.net/jht385/article/details/104037222

双开关控制其是否生效

@ConditionalOnProperty(prefix = "spring.profiles", name = "active", havingValue = "dev", matchIfMissing = false)
@Value("${mybatis.refreshMapper:false}")
private boolean refreshMapper;

测试

About

springboot mybatis xml热更新

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published