【异常】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>

 

 

 

 

 

 

上一篇:latex 一些错误(持续更新)


下一篇:如何在C中执行类型扫描?