1 Star 0 Fork 0

cps007/spring-boot-model

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

技术选型

技术 说明
spring boot 2.6.8
mybatis 2.2.2
mybatis-plus 3.5.2

构建docker镜像

docker build -f DockerFileJdk -t model-web:1.1.0 .
docker build -f DockerFileCentos7 -t model-web:1.2.0 .

运行镜像

# 使用内部配置文件
docker run -p 51155:51155 -p 51156:51156 -p 51157:51157 --name web --restart=always -d model-web:1.1.0

# 指定自定义配置文件
docker run -p 51155:51155 \
-p 51156:51156 \
-p 51157:51157 \
--name web \
--restart=always \
-v /e/code/idea/spring-boot-model/spring-boot-model-web/dockerFileDemo/config:/data/web/config \
-d  model-web:1.2.0

# 1.1.0
docker run -p 51155:51155 -p 51156:51156 -p 51157:51157 --name web --restart=always -v E:\code\idea\spring-boot-model\dockerFileDemo\config:/data/web/config -d  model-web:1.1.0

# 1.2.0
docker run -p 51155:51155 -p 51156:51156 -p 51157:51157 --name web --restart=always -v E:\code\idea\spring-boot-model\dockerFileDemo\config:/data/web/config -d  model-web:1.2.0

git

git init

git add bin
git add .gitignore
git add spring-boot-model-base
git add spring-boot-model-dao
git add spring-boot-model-service
git add spring-boot-model-web
git add dockerFileDemo
git add DockerFileCentos7
git add DockerFileJdk
git add LICENSE
git add pom.xml
git add README.md
git add sql
git add gl.bat
git add gl.sh
git rm jdk-17.0.3_linux-x64_bin.tar.gz

git commit -m "init"
git remote add origin https://gitee.com/cps007/spring-boot-model.git
git push -u origin "master"

空文件

简介

SpringBoot Mybatis-plus 单体架构-多模块项目模板【base、dao、service、web】 展开 收起
README
Apache-2.0
取消

发行版 (1)

全部
3年前

贡献者 (1)

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cps007/spring-boot-model.git
git@gitee.com:cps007/spring-boot-model.git
cps007
spring-boot-model
spring-boot-model
mult-model

搜索帮助