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

@ -0,0 +1,11 @@
spring:
datasource:
driver-class-name: org.postgresql.Driver
password: password
url: jdbc:postgresql://localhost:5432/postgres
username: postgres
sql:
init:
mode: never