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