ewai / docker-spring-boot-template-mysql

for spring-boot-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-spring-boot-template-mysql

docker build -t sbtdb .

docker run -d --name sbtdb -p 3306:3306 sbtdb

docker exec -it sbtdb bash

About

for spring-boot-template