在全局配置路径reggie.path的时候,无法正常启动SpringBoot项目
java
@Value("${reggie.path}")
private String basePath;
查看application.yml的配置情况:
发现path没有起作用,推测是格式问题,冒号后面空格后即可