
IDEA
Super沙码龙
抽刀断水水更流,举杯消愁愁更愁
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IDEA中热部署失效
IDEA中热部署失效 问题描述 在研究前面配置文件的时候发现了另外一个问题,就是IDEA中虽然配置了热部署文件,但是未生效,每次修改完之后还需要重启服务(Crtl+F5) 项目类型:SpringBoot pom文件配置 <!-- 热部署 --> <dependency> <groupId>org.springframework.boot</grou...原创 2019-05-17 17:30:44 · 4410 阅读 · 0 评论 -
IDEA中SpringBoot找不到配置文件
IDEA中SpringBoot找不到配置文件 问题描述 Cannot determine embedded database driver class for database type NONE If you want an embedded database please put a supported one on the classpath. If you have database se...原创 2019-05-17 16:57:43 · 5148 阅读 · 0 评论 -
IDEA中SpringBoot访问jsp页面404
IDEA中SpringBoot访问jsp页面404 问题描述 IDEA下面有多个模块module,在一个SpringBoot项目中使用了jsp页面,接口访问成功,但是在页面映射的时候报404的错误 问题分析 首先有可能是路径配置错误或者是配置方式错误 spring-boot-starter-paren版本高时使用:spring.mvc.view.prefix/spring.mvc.view....原创 2019-05-17 18:08:04 · 2284 阅读 · 0 评论