Skip to content

swallowtail62/spring-sec-sample-app

Repository files navigation

spring-sec-sample-app

Build docker containers

To serve a MySQL server in a docker container, run the following command.

$ docker-compose up -d

Confirm a connection to MySQL server in the container

Run the following command.
(Only if you have installed MySQL client.)

$ mysql -h 127.0.0.1 -uroot -proot

Or login the docker container and run mysql command.

$ docker exec -it ${CONTAINER-ID} bash
/# mysql -uroot -proot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published