想要整合mybatis 如何获取从springboot中获取dataSource 不想用Resources
迷茫2017-04-17 16:24:48
可以使用官方提供的starter:https://github.com/mybatis/mybatis-spring-boot/tree/master/mybatis-spring-boot-samples
如果採用註解的方式就簡單了,可參考這個:https://github.com/hoserdude/spring-boot-mybatis-profile-sandbox