mirror of https://github.com/jeecgboot/jeecg-boot
【v3.8.3】底层core的一些功能修改
parent
881a637285
commit
132e89b0e1
|
@ -71,11 +71,6 @@ public class JeecgBaseConfig {
|
|||
* 百度开放API配置
|
||||
*/
|
||||
private BaiduApi baiduApi;
|
||||
|
||||
/**
|
||||
* 高德开放API配置
|
||||
*/
|
||||
private GaoDeApi gaoDeApi;
|
||||
|
||||
public String getCustomResourcePrefixPath() {
|
||||
return customResourcePrefixPath;
|
||||
|
@ -173,11 +168,4 @@ public class JeecgBaseConfig {
|
|||
this.baiduApi = baiduApi;
|
||||
}
|
||||
|
||||
public GaoDeApi getGaoDeApi() {
|
||||
return gaoDeApi;
|
||||
}
|
||||
|
||||
public void setGaoDeApi(GaoDeApi gaoDeApi) {
|
||||
this.gaoDeApi = gaoDeApi;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue