{"id":15521739,"url":"https://github.com/huifer/spring-boot-gis","last_synced_at":"2026-05-08T10:35:51.895Z","repository":{"id":99100169,"uuid":"244795926","full_name":"huifer/spring-boot-gis","owner":"huifer","description":"SpringBoot +MyBatis 整合GIS数据","archived":false,"fork":false,"pushed_at":"2020-03-04T03:27:44.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T11:43:50.180Z","etag":null,"topics":["geotools","gis","mybatis","spring","spring-boot"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/huifer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-04T03:11:04.000Z","updated_at":"2024-11-20T23:21:14.000Z","dependencies_parsed_at":"2023-04-24T19:27:04.687Z","dependency_job_id":null,"html_url":"https://github.com/huifer/spring-boot-gis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/huifer/spring-boot-gis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huifer%2Fspring-boot-gis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huifer%2Fspring-boot-gis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huifer%2Fspring-boot-gis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huifer%2Fspring-boot-gis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huifer","download_url":"https://codeload.github.com/huifer/spring-boot-gis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huifer%2Fspring-boot-gis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geotools","gis","mybatis","spring","spring-boot"],"created_at":"2024-10-02T10:36:54.446Z","updated_at":"2026-05-08T10:35:51.864Z","avatar_url":"https://github.com/huifer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot GIS\n- SpringBoot+MySql+GeoTools 处理地图数据简单应用\n\n## 技术\n- SpringBoot\n- GeoTools\n- MySql\n\n## demo\n### 添加\n```http request\nPOST http://localhost:9001/point/add\nContent-Type: application/json\n\n{\n \"name\":\"test\",\n \"geom\":\"POINT(1 1)\"\n}\n```\n- 返回值\n```json\n{\n  \"id\" : null,\n  \"name\" : \"test\",\n  \"geom\" : \"POINT(1 1)\",\n  \"geoHash\" : null\n}\n```\n\n### 查询\n```http request\nGET http://localhost:9001/point/1\n\n```\n- 返回值\n```json\n{\n  \"id\" : 1,\n  \"name\" : \"22\",\n  \"geom\" : \"POINT(1 1)\",\n  \"geoHash\" : null\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuifer%2Fspring-boot-gis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuifer%2Fspring-boot-gis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuifer%2Fspring-boot-gis/lists"}