# mall **Repository Path**: hizwh/mall ## Basic Information - **Project Name**: mall - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-16 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot网上商城 > 使用SpringBoot 集成Spring-data-jpa,Druid连接池,thymeleaf模板实现的一个简单网上商城项目,包含后台管理 项目预览地址:[https://skywa1ker.cn/mall/](https://skywa1ker.cn/mall/) ## Docker镜像 ### Pull image ```bash docker pull skywa1ker/mall:latest ``` ### Run ```bash 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