5kywa1ker / mall

基于SpringBoot的网上商城

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

基于SpringBoot的网上商城

License:Apache License 2.0


Languages

Language:Java 99.3%Language:TSQL 0.6%Language:Shell 0.1%Language:Dockerfile 0.0%