An open API service indexing awesome lists of open source software.

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

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`