mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 07:25:07 +08:00
【代码优化】全局:去除 application.yaml 相关配置文件的冗余
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user