1
0

add SpringBoot 2.7.x application

This commit is contained in:
Michael Hoennig
2022-07-28 16:51:36 +02:00
parent feff1b5794
commit 6c33bbe780
10 changed files with 510 additions and 142 deletions

View File

@ -1,3 +1,4 @@
alias gw='./gradlew'
alias pg-sql-run='docker run --name hsadmin-ng-postgres -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres:13.7-bullseye'
alias pg-sql-stop='docker stop hsadmin-ng-postgres'
alias pg-sql-start='docker container start hsadmin-ng-postgres'