destinym opened this issue 6 years ago · 1 comments
if (!webEnv) { // command model springApplication.setAdditionalProfiles(additionProfile); } else { // web model springApplication.setAdditionalProfiles(additionProfile); } 这里配置在上面已经按环境区分了,这里设置代码重复了。
感谢指正