原因: 忘记添加web依赖了
解决: xml文件导入以下依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
原因: 忘记添加web依赖了
解决: xml文件导入以下依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
SpringBoot使用@Value注入配置的值为null
使用charles 抓不到chrome浏览器的包