core-spring-boot-autoconfigure
spring boot自动化配置,封装第三方如百度鹰眼、阿里云api等
百度鹰眼
核心库
YinYanCore
描述
封装了百度鹰眼的全部api
与百度鹰眼api文档提供的接口一一对应
更新时间
2018.02.26
当前版本
2.0.0.RELEASE
使用方法
1、配置如下
core.baidu.map-enabled=true
core.baidu.ak=百度ak
core.baidu.service-ids=160486 # 这里可以填多个,用英文逗号分割
2、使用方法
@Test
public void addEntity() throws Exception {
int serviceId = baiduProperties.getServiceIds().get(0);
String entity
2022-07-04 11:13:09
203KB
Java
1