@Configuration @ConfigurationProperties(value="web-office-v3") public class WebOfficeProperties extends Object
private String
appid
domain
secret
WebOfficeProperties()
String
getAppid()
getDomain()
getSecret()
void
setAppid(String appid)
setDomain(String domain)
setSecret(String secret)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String appid
private String secret
private String domain
public WebOfficeProperties()
public String getAppid()
public void setAppid(String appid)
public String getSecret()
public void setSecret(String secret)
public String getDomain()
public void setDomain(String domain)
Copyright © 2024. All rights reserved.