- 浏览: 1904 次
- 性别:
- 来自: 北京
最新评论
文章列表
空间查询 gis.realtime_gps.find({ "gpsDetail" : { "$within" : { "$polygon" : { a : { x : -180, y : -90 }, b : { x : -180, y : 90 }, c : { x : 180, y : 90 }, d : { x : 180, y : -90} } } } })
可使用多编写查找区域内的坐标点。
swagger UI 加载接口出现脚本错误,数据无法渲染,出现的问题: 接口json保证content type:: application/json
spring mvc 配置为:
<mvc:message-converters register-defaults="true">
<!-- 避免IE执行AJAX时,返回JSON出现下载文件 -->
<!--@ResponseBody等返回编码处理 -->
<bean class="org.springframework.http.c ...