1、修改数据源为oracle
2、修改配置,并新增建表sql脚本
spring.jpa.hibernate.ddl-auto = none
3、新增实时位置上报后台 CycleLocationHandler- key=client_cycle_location
var body = new proto.com.farsunset.cim.sdk.web.model.SentBody();
body.setKey("client_cycle_location");
body.getDataMap().set("account","10000");
body.getDataMap().set("latitude","123.82455");
body.getDataMap().set("longitude","412.245645");
body.getDataMap().set("location","上海市徐汇区云景路8弄");
CIMPushManager.sendRequest(body);