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
@ -29,24 +31,27 @@ import org.springframework.stereotype.Component;
@ConfigurationProperties(prefix = "shop") @ConfigurationProperties(prefix = "shop")
public class ShopBasicConfig { public class ShopBasicConfig {
/** /**
* * 访
*/ * 便便
private Qiniu qiniu; */
private Qiniu qiniu;
/**
* /**
*/ *
private AliDaYu aLiDaYu; * 访 ID访
*/
/** private AliDaYu aLiDaYu;
* token
*/ /**
private String tokenAesKey; * token token
* token 使使
/** */
* private String tokenAesKey;
*/
private ImgUpload imgUpload; /**
*
} *
*/
private ImgUpload imgUpload;
}
Loading…
Cancel
Save