Skip to content

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

Notifications You must be signed in to change notification settings

giteecode/mall-public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java+SpringBoot网上商城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

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