https://github.com/macmasch/bootstrap-a-simple-application
Spring Boot Tutorial – Bootstrap a Simple Application
https://github.com/macmasch/bootstrap-a-simple-application
docker docker-compose gradle java kotlin spring-boot
Last synced: 3 months ago
JSON representation
Spring Boot Tutorial – Bootstrap a Simple Application
- Host: GitHub
- URL: https://github.com/macmasch/bootstrap-a-simple-application
- Owner: MacMasch
- Created: 2023-05-10T04:41:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T20:41:53.000Z (over 1 year ago)
- Last Synced: 2025-03-18T04:52:45.761Z (over 1 year ago)
- Topics: docker, docker-compose, gradle, java, kotlin, spring-boot
- Language: TypeScript
- Homepage: https://www.baeldung.com/spring-boot-start
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bootstrap a Simple Application
## Baeldung
* [Spring Boot Tutorial – Bootstrap a Simple Application](https://www.baeldung.com/spring-boot-start)
## Docker
* Container erstellen und starten `docker compose up -d --build --force-recreate`
* Container stoppen und entfernen `docker compose down`
## H2 Database
* Im Docker Container zu finden unter `root/h2/bootstrap-a-simple-application/h2.mv.db`
## GitHub Workflows
* Setup `build-gradle-project.yml`
* make `gradlew` executable with `git update-index --chmod=+x gradlew`