Skip to content

ryoyakawai/java_gradle_springboot_helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java_gradle_springboot_helloworld

What is this?

This is sample web application by using Spring Boot.

How to run

$ git clone https://github.com/ryoyakawai/java_gradle_springboot_helloworld.git
$ cd java_gradle_springboot_helloworld
$ docker-compose up --build

Then access to http://localhost:8080 from your web browser.

more detail

Link here is explaining what is in this repository. (Japanese only)