【代码优化】全局:去除 application.yaml 相关配置文件的冗余

This commit is contained in:
YunaiV
2024-07-20 16:35:11 +08:00
parent a8fc7982ff
commit 70663af4cb
4 changed files with 10 additions and 17 deletions

View File

@ -63,8 +63,12 @@ public class SocialClientServiceImpl implements SocialClientService {
/**
* 小程序版本
*
* 1. release正式版
* 2. trial体验版
* 3. developer开发版
*/
@Value("${yudao.wxa-code.env-version}")
@Value("${yudao.wxa-code.env-version:release}")
public String envVersion;
@Resource