florentin-a-p / demo-springboot-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Docker Demo using Springboot

A simple springboot app that allows you to submit a form and view the form. This app uses MySQL as database and PHPMyAdmin as web-based database viewer. Both MySQL and PHPMyAdmin are from public docker images. This demo shows several docker features such as manually entered docker commands on terminal,docker-compose, Dockerfile, and docker volume.

Screen.Recording.2022-12-22.at.07.57.35.mov

How to run the app:

  • Run MySQL and PHPMyAdmin by running docker-compose -f docker-compose.yaml up
  • Go to DemoApplication.java and click the green triangle button next to the DemoApplication class img_1.png

About


Languages

Language:Java 54.0%Language:HTML 46.0%