其他分享
首页 > 其他分享> > 【异常】SpringCloud报错while scanning for the next token found character ‘@‘ that cannot start any token

【异常】SpringCloud报错while scanning for the next token found character ‘@‘ that cannot start any token

作者:互联网

 

【异常】SpringCloud报错while scanning for the next token found character ‘@‘ that cannot start any token

 

mvn clean compile

或者

mvn clean install

 

  <!-- 插件依赖 -->
  <build>

    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <!--开启过滤,用指定的参数替换directory下的文件中的参数-->
        <filtering>true</filtering>
      </resource>
    </resources>

  </build>

 

 

 

 

 

 

标签:scanning,SpringCloud,character,next,token,报错
来源: https://blog.csdn.net/G971005287W/article/details/114633586