SpringBoot中yml文件报错:org.yaml.snakeyaml.scanner.ScannerException:mapping values are not allowe here...

实现

首先确保yml文件的格式要正确,每个冒号的后面要紧跟空格。

根据提示找到报错信息的位置。

修改为:

resources:
    static-locations: classpath:/META-INF/resources

你可能感兴趣的:(SpringBoot中yml文件报错:org.yaml.snakeyaml.scanner.ScannerException:mapping values are not allowe here...)