GitHunt
SW

swallowtail62/spring-sec-sample-app

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

Languages

Java51.2%Vue31.9%TypeScript6.5%HTML4.6%TSQL3.8%JavaScript2.0%

Contributors

Created June 29, 2019
Updated December 12, 2019
swallowtail62/spring-sec-sample-app | GitHunt