摘要: <!-- pom.xml 添加依赖模块 --> <!-- 热部署模块 --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional 阅读全文
posted @ 2020-06-15 15:42 迷路的小白 阅读(1395) 评论(0) 推荐(0)
摘要: 准备工作(https://www.cnblogs.com/mldxb/p/11942107.html)完成后就要开始正式开发了 1.打开微信开发者工具,新建项目 2.点击加号,新建项目,填写项目初始化信息,输入申请的AppId,也可以点击右侧下拉菜单选择申请的AppId(注:这里选择不使用云服务,正 阅读全文
posted @ 2019-11-27 15:47 迷路的小白 阅读(252) 评论(0) 推荐(0)
摘要: //准备工作 1.下载微信小程序开发工具(https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html) 2.注册微信公众平台账号(https://mp.weixin.qq.com/) 3.注册微信小程序,按步骤执行, 阅读全文
posted @ 2019-11-27 14:59 迷路的小白 阅读(219) 评论(0) 推荐(0)