putao99 / mall-1

基于SpringBoot的网上商城

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpringBoot网上商城

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

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

Docker部署

Build image

mvn clean package dockerfile:build -DskipTests -e

Run

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

About

基于SpringBoot的网上商城

License:Apache License 2.0


Languages

Language:Java 99.9%Language:Shell 0.1%Language:Dockerfile 0.0%