Circular placeholder reference ‘xxx‘ in property definitions

 今天切换远程分支下来,启动项目的时候就报下面这个错,今天记录一下解决方法。

报错大概意思:属性定义中的循环重复占位符引用'xxx'

Circular placeholder reference ‘xxx‘ in property definitions_第1张图片

先删除掉所有模块的 target编译目录

Circular placeholder reference ‘xxx‘ in property definitions_第2张图片 

再重新编译刚刚的所有模块

Circular placeholder reference ‘xxx‘ in property definitions_第3张图片 

 最后再重新启动项目就可以了。

你可能感兴趣的:(bug解决,java,bug)