赞
踩
在网上查看了很多的办法,比如pom.xml加mybatis-spring-boot-starter的依赖,或者是继承SqlSessionDaoSupport都试过了,都不成,最后,通过 https://www.lmlphp.com/user/4610/article/item/34216/
这里找到了答案,在pom.xml中添加
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>druid-spring-boot-starter</artifactId>
- <version>1.1.9</version>
- </dependency>
解决问题,可以正常启动
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。