add SpringBoot 2.7.x application
This commit is contained in:
11
src/main/resources/application.yml
Normal file
11
src/main/resources/application.yml
Normal 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
|
Reference in New Issue
Block a user