Files
spring-boot-rest/quarkus-vs-springboot/spring-project/src/main/resources/application.properties

5 lines
190 B
INI

spring.r2dbc.url=${DB_URL:r2dbc:postgresql://localhost:5432/postgres}
spring.r2dbc.username=postgres
spring.r2dbc.password=example
spring.r2dbc.pool.enabled=true
spring.r2dbc.pool.maxSize=20