Update ShopBasicConfig.java

cyj
pbvfus8to 8 months ago
parent 246e6d4ea9
commit fcace1c8d7

@ -18,9 +18,11 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.PropertySource; import org.springframework.context.annotation.PropertySource;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
/** /**
* * 便使
* 使 Spring @Component@ConfigurationProperties@PropertySource
* 使便 token 使
*
* @author lgh * @author lgh
*/ */
@Data @Data
@ -30,23 +32,26 @@ import org.springframework.stereotype.Component;
public class ShopBasicConfig { public class ShopBasicConfig {
/** /**
* * 访
* 便便
*/ */
private Qiniu qiniu; private Qiniu qiniu;
/** /**
* *
* 访 ID访
*/ */
private AliDaYu aLiDaYu; private AliDaYu aLiDaYu;
/** /**
* token * token token
* token 使使
*/ */
private String tokenAesKey; private String tokenAesKey;
/** /**
* *
*
*/ */
private ImgUpload imgUpload; private ImgUpload imgUpload;
} }
Loading…
Cancel
Save