码迷,mamicode.com
首页 > 其他好文 > 详细

org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next tok

时间:2019-11-13 23:43:07      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:org   class   ring   false   动态   不一致   prope   pre   style   

org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next token
found character ‘@’ that cannot start any token.

<profile>
            <id>预发布环境</id>
            <properties>
                <package.environment>pre</package.environment>
            </properties>
            <activation>
                <activeByDefault>false</activeByDefault>
            </activation>
        </profile>

在pom里面加了各个环境动态指定,类似上面那样

spring:
  profiles:
    active: @environment@

然后再yml使用上面指定 假使spring.profiles.active跟 下的不一致就会出现上面的错误

org.yaml.snakeyaml.scanner.ScannerException: while scanning for the next tok

标签:org   class   ring   false   动态   不一致   prope   pre   style   

原文地址:https://www.cnblogs.com/qingmuchuanqi48/p/11853961.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!