Java毕业设计 SpringBoot宠物护理系统 微信小程序

Java毕业设计 SpringBoot宠物护理系统 微信小程序

系统功能

微信小程序 登录 注册 首页 心得 发表心得 心得列表 预约护理 购物 商品列表 购买商品 推荐商品 我的预约列表 我的订单 修改个人资料 切换账户

后台管理 首页推荐管理 预约管理 心得管理 产品管理 顾客管理 订单管理

角色:用户 管理员

开发环境

  • 开发语言:Java

  • 使用框架: SpringBoot Mybaits minio(图片存储)

  • 前端: 微信小程序

  • 后台管理: thymeleaf

  • 数据库:MySQL (Navicat可视化工具)

  • 架构:B/S MVC

  • 源码类型: Web

  • 编译开发工具:Idea、Eclipse、MyEclipse (选其一) 微信开发者工具

功能展示

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

微信小程序代码展示

{
    "pages": [
        "pages/index/index",
        "pages/experience/experience",
        "pages/shopping/shopping",
        "pages/placeOrder/placeOrder",
        "pages/updatePersonal/updatePersonal",
        "pages/reserve/reserve",
        "pages/makeAppointment/makeAppointment",
        "pages/register/register",
        "pages/order/order",
        "pages/login/login",
        "pages/postExperience/postExperience",
        "pages/commodity/commodity",
        "pages/personal/personal",
        "pages/searchResult/searchResult",
        "pages/experienceContent/experienceContent"
    ],
    "tabBar": {
        "selectedColor": "#8C46AA",
        "color": "black",
        "borderStyle": "white",
        "list": [
            {
                "pagePath": "pages/index/index",
                "text": "首页",
                "iconPath": "static/images/1.png",
                "selectedIconPath": "static/images/tab-selected.png"
            },
            {
                "pagePath": "pages/experience/experience",
                "text": "心得",
                "iconPath": "static/images/2.png",
                "selectedIconPath": "static/images/tab-selected.png"
            },
            {
                "pagePath": "pages/shopping/shopping",
                "text": "购物",
                "iconPath": "static/images/shopping.png",
                "selectedIconPath": "static/images/tab-selected.png"
            },
            {
                "pagePath": "pages/personal/personal",
                "text": "个人",
                "iconPath": "static/images/3.png",
                "selectedIconPath": "static/images/tab-selected.png"
            }
        ]
    },
    "window": {
        "backgroundTextStyle": "light",
        "navigationBarBackgroundColor": "#fff",
        "navigationBarTitleText": "Weixin",
        "navigationBarTextStyle": "black"
    },
    "style": "v2",
    "sitemapLocation": "sitemap.json"
}

总结

源码获取:

大家可点赞、收藏、关注、评论、私信

猜你喜欢

转载自blog.csdn.net/yinjl123/article/details/130756243