摘要:
我在springboot项目里面引入了数据库的配置: 然后启动项目的时候报错,提示的错误信息为Cannot determine embedded database driver class for database type NONE 这是因为spring boot默认会加载org.springfr 阅读全文
摘要:
今天创建了一个maven项目,想使用jstl报http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar的错误 该加的我都加了: 1、pom.xml jstl1.2只需要添加这一个包的支持就可以 阅读全文