# 微信地图标点小程序 **Repository Path**: java189/map-punctuation-mini-program ## Basic Information - **Project Name**: 微信地图标点小程序 - **Description**: 基于微信小程序地图组件的操作 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2023-06-25 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信地图标点小程序 #### 介绍 基于微信小程序地图组件的操作,很大部分功能未完成,但是地图标注功能基本都完成了。 #### 软件架构 后端:springboot+mysql+redis 小程序端:vantui-weapp #### 安装教程 1. 克隆项目到本地 2. 导入后端项目到ide中,需要修改的地方:`application-dev.yml` ```yaml spring: datasource: druid: driver-class-name: com.mysql.cj.jdbc.Driver url: 你的数据库url username: 你的账户 password: 你的密码 ``` `application.yml` ```yaml spring: redis: database: 0 host: 你的redis host port: 6379 password: # 密码(默认为空) wechat: appid: 你的微信小程序appid secret: 你的微信小程序secret ``` 3. 使用微信开发工具**导入**小程序项目,**选择appid**为你自己的appid,点击**确定** 4. 进入开发界面后,点击信任,小程序依然会运行不起来,解决方法为: 1. 开发工具中点击**工具**->**构建npm** 2. 点击**编译** 就可以在模拟器栏预览,如果还是没运行起来,需要去小程序根目录执行`npm i`,然后回到开发工具中再次点击编译。 #### 项目截图 ![1](https://gitee.com/java189/map-punctuation-mini-program/raw/master/.assert/image-20230625153833247.png) ![2](https://gitee.com/java189/map-punctuation-mini-program/raw/master/.assert/image-20230625153740367.png) ![3](https://gitee.com/java189/map-punctuation-mini-program/raw/master/.assert/image-20230625153753528.png) ![4](https://gitee.com/java189/map-punctuation-mini-program/raw/master/.assert/image-20230625153806931.png) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)