mango-spring-boot-starter
mango-spring-boot-starter copied to clipboard
mango for spring boot support
Results
4
mango-spring-boot-starter issues
Sort by
recently updated
recently updated
newest added
boot-start什么时候针对mango2.0升级
如果项目中有spring-boot-devtools,会导致注入Dao接口时,注不进来
MyBatis可以通过如下代码注解自动实例化对象,请问mango如何实现相同的写法 ``` @Resource ArticleDao articleDao; ```
请问Springboot使用Druid连接池配置mango的ref数据源填写什么 Springboot的druid是直接写在配置文件里的 没有注解方式配置@Bean的地方