SpringBoot项目启动报错,Do not use @ for indentation

  • Post author:
  • Post category:其他


周末休假回公司,启动项目发现报错了,错误代码和截图如下:

 org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character '@' that cannot start any token. (Do not use @ for indentation)
 in 'reader', line 21, column 22:
            server-addr: @config.server-addr@

错误截图
现提供两套解决方案:

1.重新加载maven然后重启项目即可成功运行。

重新加载maven
2.给yml文件里所有带有@符的属性加上英文单引号,然后重启即可成功运行。

单引号



版权声明:本文为TWJ88936543原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。