1 Star 0 Fork 93

小驿物联 / 若依实战微信小程序之同城小活动若依_bilibili_后端_前端_uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

同城小活动笔记

项目需求:

制作一个同城小活动信息发布共享平台,可以及时地了解到各种新鲜的有趣的同城小活动,也可以发布自己了解的小活动,搭建一个互相交流的平台小程序.

信息发布,评论,信息展示,点赞,踩,收藏,积分等级

涉及技术:

  1. 若依前后端分离框架
  2. springboot
  3. springsecurity(jwt)
  4. mybatisplus
  5. redis
  6. Vue.js
  7. uniapp(uview)
  8. 微信登录逻辑

NoClassDefFoundError报错,在admin里面的pom.xml加入以下依赖

<!--        NoClassDefFoundError: javax/xml/bind/DatatypeConverter-->
<dependency>
    <groupId>javax.xml.bind</groupId>
    <artifactId>jaxb-api</artifactId>
    <version>2.3.0</version>
</dependency>
<dependency>
    <groupId>com.sun.xml.bind</groupId>
    <artifactId>jaxb-impl</artifactId>
    <version>2.3.0</version>
</dependency>
<dependency>
    <groupId>com.sun.xml.bind</groupId>
    <artifactId>jaxb-core</artifactId>
    <version>2.3.0</version>
</dependency>
<dependency>
    <groupId>javax.activation</groupId>
    <artifactId>activation</artifactId>
    <version>1.1.1</version>
</dependency>

前端指定@为src目录 根目录新建文件 jsconfig.json,输入以下代码

{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}

微信小程序登录封装

https://github.com/binarywang/weixin-java-miniapp-demo

The MIT License (MIT) Copyright (c) 2018 RuoYi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

项目需求: 制作一个同城小活动信息发布共享平台,可以及时地了解到各种新鲜的有趣的同城小活动,也可以发布自己了解的小活动,搭建一个互相交流的平台小程序. 信息发布,评论,信息展示,点赞,踩,收藏,积分等级 本仓库属于后台+前台+uniapp 涉及技术: 1. 若依前后端分离框架 2. springboot 3. springsecurity(jwt) 4. mybatisplus 5. redis 6. Vue.js 7. uniapp(uview) 8. 微信登录逻辑 前后端uniapp端地址:https://gitee.com/bkywksj/bilibili_citylife_admin.git 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/iot-xiaoyi/bilibili_citylife_admin.git
git@gitee.com:iot-xiaoyi/bilibili_citylife_admin.git
iot-xiaoyi
bilibili_citylife_admin
若依实战微信小程序之同城小活动若依_bilibili_后端_前端_uniapp
master

搜索帮助