今天练习网上的旅游项目时,遇到一个异常,控制台显示Property ‘dataSource’ is required,一步步Debug发现创建JdbcTemplate 时错误,检查代码
InputStream is = ().getResourceAsStream(“/”);
里面的配置文件路径多加了一个/,将/中的/去掉即可. 希望看到的小伙伴,快速定位,快速解决问题.
相关文章
- Property dataSource is required 异常处理
- Springboot 2.0.4 整合Mybatis出现异常Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required
- 我的异常处理笔记1-There is no getter for property named 'xx' in 'class java.lang.String'
- Cannot convert value of type [java.lang.String] to required type [javax.sql.DataSource] for property 'dataSource': no matching editors or conversion strategy found