Skip to content

Latest commit

 

History

History
executable file
·
18 lines (13 loc) · 352 Bytes

README.md

File metadata and controls

executable file
·
18 lines (13 loc) · 352 Bytes

Spring Boot and React Template

My template for the smallest working unit to bootstrap Spring boot application with React.

Docker

  • Services:
    • Minio Server for object storage (upload/download)
docker run --tty --publish 8080:8080 project:1.0.0-SNAPSHOT
docker-compose up

Devtools in Docker