
springboot2.0
徐少航11
Life is short, you need Python
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot热部署--bunny0728
bunny0728–SpringBoot热部署第一步:<!--热部署配置--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> </dependency>第二步:File ==>Setting第三步:Shift+Ctrl+A原创 2021-08-01 11:44:33 · 136 阅读 · 0 评论 -
springboot2.X整合mybaits的坑
1.注意一个地方:mybaits扫描的包,是mapper,不是bean目录不然报错:Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSe...原创 2019-04-12 16:15:56 · 452 阅读 · 1 评论