为了账号安全,请及时绑定邮箱和手机立即绑定
package com.springboot.pojo;

@Configuration
@ConfigurationProperties(prefix="com.springboot.opensource")
@PropertySource(value="classpath:resource.properties")
resource.properties 文件内容:
com.springboot.opensource.name=springboot
com.springboot.opensource.website=www.springboot.com
com.springboot.opensource.language=java
报错:Failed to parse configuration class [com.springboot.SpringbooteApplication]; nested exception is java.io.FileNotFoundException: class path resource [resource.properties] cannot be opened because it does not exist

最新回答 / 叶0528
二、spring-boot-devtools  在pom中直接引入依赖
&  &dependency>
        &k.bgroupId&groorg.springframework.boot&fac/groupId&rin
        &;/aartifactId&t;
spring-boot-devtools>/artifactId&ion
        &ncyoptiona...

最赞回答 / Haiyoung
进不去这个类什么意思?你看一下你重写的异常处理有没有问题,或者检查一下,你抛出的异常,这个异常处理能不能接的住
反正我超级崇拜这位讲师
我知道这个视频一定会火!!!!
怎么给老师点赞啊?!

最新回答 / 皮卡丘啾
相当于对el表达式中的变量进行重命名,自己任意命名。
谢谢老师 这个课看了几遍了 明白的不少 觉得说话快就多看几遍就能明白了

最赞回答 / 小西瓜籽
当我们修改了java类后,IDEA默认是不自动编译的,而spring-boot-devtools又是监测classpath下的文件发生变化才会重启应用,所以需要设置IDEA的自动编译:(1)File-Settings-Compiler-Build Project automatically(2)ctrl + shift + alt + /,选择Registry,勾上 Compiler autoMake allow when app running
课程须知
学习中需要用到这些工具: —eclipse —redis 你需要有这些基础: —Java 基础 —Spring —Spring MVC
老师告诉你能学到什么?
了解springboot如何从零搭开始搭建一个工程 springboot系统架构体系 springboot与各个技术点的整合

微信扫码,参与3人拼团

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

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

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消