为了账号安全,请及时绑定邮箱和手机立即绑定
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.icss.demo.dao.AreaDao.queryAreaById
运行测试类报错,网上的方法都没用
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.icss.demo.dao.AreaDao.queryAreaById
表里应该加一个isDelete字段,这样可以逻辑删除(通过0和1去区分是否是删除的数据

最赞回答 / 狂奔依旧
没影响,就是
import javax.sql.DataSource;

最赞回答 / Magic_杨
因为老师里面应该是提前写好了css代码,所以页面不一样
添加的时候 路由访问不到后台啊

最新回答 / _Dark_Night_
喔喔  难怪看不懂他这波操作
2018-07-12 ........看到这很舒服
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactoryConfiguration': Injection of autowired dependencies failed; nested exception is

讲师回答 / 翔仔
同学好一般这种错误只看caused by 附近Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'jdbc.url' in value "${jdbc.url}"请参照源码解决,主要看dao配置部分还有怎么调用application.properties里面关于jdbc配置部分https://gitee.com/xiangze/areadisplayhttps://gitee.com/xiangze/d...

最新回答 / 咧嘴小丑
已经解决了。是因为我的ComboPooledDataSource包的版本问题改为下面的就好了
<dependency>
   <groupId>com.mchange</groupId>
   <artifactId>c3p0</artifactId>
   <version>0.9.5.2</version>
</dependency>
DataSourceTransactionManager
&lt;dependency&gt;
&lt;groupId&gt;org.springframework&lt;/groupId&gt;
&lt;artifactId&gt;spring-jdbc&lt;/artifactId&gt;
&lt;version&gt;5.0.4.RELEASE&lt;/version&gt;
&lt;/dependency&gt;
@EnableTransactionManagement
&lt;dependency&gt;
&lt;groupId&gt;org.springframework&lt;/groupId&gt;
&lt;artifactId&gt;org.springframework.transaction&lt;/artifactId&gt;
&lt;version&gt;3.1.2.RELEASE&lt;/version&gt;
&lt;/dependency&gt;
课程须知
1、SpringBoot和Mybatis的非常基础的知识。 2、Jdk、Maven、Mysql、Intellij Idea的安装与配置。 3、非常基础的前端开发知识(HTML、Jquery)
老师告诉你能学到什么?
1、SpringBoot + Mybatis框架的搭建 2、单元测试 3、分层设计 4、微信小程序的基本知识及本地开发 5、前后分离及联调 6、写出健壮的程序

微信扫码,参与3人拼团

意见反馈 帮助中心 APP下载
官方微信
友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消