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