mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-10-15 15:40:55 +00:00
【v3.8.3】底层core的一些功能修改
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user