
初学者
沧笙踏歌丶单曲
这个作者很懒,什么都没留下…
展开
-
SpringMVC+MyBatis+C3P0配置出错(解决方案)
Annotation-specified bean name 'c3P0PooledDataSourceMBean' for bean class [com.mchange.v2.c3p0.mbean.C3P0PooledDataSourceMBean] conflicts with existing错误原创 2017-07-20 15:10:43 · 2680 阅读 · 2 评论 -
MockIto+Spring测试抽象类中的方法
MockIto+Spring测试抽象类中的方法使用场景: 抽象类AManager.class中的实现方法getSomeThing()的测试 由于是在SpringBoot的项目中,首先引入SpringBoot的测试注解@RunWith(SpringRunner.class)@SpringBootTest(classes = Bootstrap.class, webEnviron...转载 2018-06-26 20:42:31 · 3006 阅读 · 0 评论