Skip to content

SpringBoot网上商城 #java #毕业设计 #网上商城 #springboot #课程设计 #编程 #thymeleaf #Spring-data-jpa #源代码 # 使用SpringBoot 集成Spring-data-jpa,Druid连接池,mysql,thymeleaf模板实现的一个简单网上商城项目,包含后台管理

ynwynw/mall-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

完整代码收费 加qq 931708230 或者加微信 ynwwxid

接毕业设计和论文

博客地址:https://blog.csdn.net/2303_76227485/article/details/128650433

视频演示:https://space.bilibili.com/384537280

毕业设计所有选题地址:https://github.com/ynwynw/allProject

SpringBoot网上商城(源代码+数据库+12000字文档)013

一、系统介绍

前台功能 商品分类查询,加入购物车,提交订单,查看订单

后台功能: 用户管理,订单管理,分类管理,商品管理

二、所用技术

后端技术栈:

  • springboot
  • jpa
  • mysql

前端技术栈:

  • thymeleaf

三、环境介绍

基础环境 :IDEA/eclipse, JDK 1.8, Mysql5.7及以上,Maven

源码+数据库脚本

所有项目以及源代码本人均调试运行无问题 可支持远程调试运行

四、页面截图contents

contents

contents

contents

contents

contents

contents

contents

五、浏览地址

项目地址: 前台访问:http://127.0.0.1:8081/mall

用户名: hfb 密码:123456

后台访问:http://localhost:8081/mall/admin/toLogin.html

用户名: admin 密码:admin

Docker镜像

Pull image

docker pull skywa1ker/mall:latest

Run

docker run -p 8081:8081 --name mall -v /data/mall/config:/data/mall/config -v /data/mall/log:/data/mall/log --restart=always -d skywa1ker/mall:latest

需要完整代码可以加qq 931708230 或者加微信 ynwwxid

需要完整代码可以加qq 931708230 或者加微信 ynwwxid

About

SpringBoot网上商城 #java #毕业设计 #网上商城 #springboot #课程设计 #编程 #thymeleaf #Spring-data-jpa #源代码 # 使用SpringBoot 集成Spring-data-jpa,Druid连接池,mysql,thymeleaf模板实现的一个简单网上商城项目,包含后台管理

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages