Skip to content

Basic spring installation with DB and docker-compose support(good luck running this windows machines)

Notifications You must be signed in to change notification settings

IT-61/java-spring-boot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-docker-compose-scaffolding

Basic spring installation with DB(good old MySql) and docker-compose support based on alpine-linux.

Requirements

  • installed docker
  • installed docker-compose

How to use

  • You can run it with docker-compose up or docker-compose up -d or docker-compose up -d --build.
  • Upon starting it will compile your project and install all dependencies(via entrypoint script).
  • After compiling your project will start and will be available at your localhost port 8080.
  • Alternatively, you can use makefile commands to build and recompile project.
  • To test your instalation, please visit localhost:8080/hello. You should recive hello world message from docker.

Happy coding!

About

Basic spring installation with DB and docker-compose support(good luck running this windows machines)

Resources

Stars

Watchers

Forks

Packages

No packages published