https://github.com/apozzi/docker-spring-java-boilerplace
Simples CRUD springboot, React without any type of complications.
https://github.com/apozzi/docker-spring-java-boilerplace
docker java react spring spring-boot
Last synced: 3 months ago
JSON representation
Simples CRUD springboot, React without any type of complications.
- Host: GitHub
- URL: https://github.com/apozzi/docker-spring-java-boilerplace
- Owner: Apozzi
- Created: 2020-09-06T07:12:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T07:17:58.000Z (about 5 years ago)
- Last Synced: 2025-03-22T18:45:00.030Z (7 months ago)
- Topics: docker, java, react, spring, spring-boot
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How to run spring boot backend.
mvn spring-boot:run
# Running frontend in dev mode.
yarn run start
# Create docker image
docker-compose up --build