Skip to content

5kywa1ker/mall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot网上商城

使用SpringBoot 集成Spring-data-jpa,Druid连接池,thymeleaf模板实现的一个简单网上商城项目,包含后台管理

项目预览地址:https://skywa1ker.cn/mall/

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

访问:http://127.0.0.1:8081/mall