标签: spring spring-boot
在我的App1 Java类中,我正在使用此
@Value("${auth.key}") private String AuthKey;
并且application.property适用于不同的App2,在构建App1出错时我们拥有属性auth.key=xyz
application.property
auth.key=xyz