Skip to content

Taurin190/SampleSpring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot web Sample application

The purpose of this repo is to practice spring boot web application.

What is this application?

This application is very simple todo list.

URI Page Name
/ todo list page
/login login page

How to run?

Start MySQL docker container

$ cd ${APPLICATION_ROOT}/docker/mysql
$ docker-compose up -d

Start Application

$ cd ${APPLICATION_ROOT}/
$ gradle bootRun

About

Sample Application of Spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published