Commit 57b7fdfc by jinxin

config配置类添加

parent 11cc7d63
/*
package com.gic.haoban.manage.web.config;
import com.ctrip.framework.apollo.spring.annotation.EnableApolloConfig;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
*/
/**
* Created by tgs on 2020/2/23.
*//*
@Configuration
@EnableApolloConfig
......@@ -22,11 +17,6 @@ public class Config {
@Value("${wxSuiteid}")
private String wxSuiteid;
*/
/**
* 企业微信许可账号购买信息
*//*
@Value("${accountName}")
private String accountName;
@Value("${accountNumber}")
......@@ -85,9 +75,7 @@ public class Config {
public String getWxSuiteid() {
return wxSuiteid;
}
public void setWxSuiteid(String wxSuiteid) {
this.wxSuiteid = wxSuiteid;
}
}
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment