Posts by Joao Penna • 16 points
1 post
- 
		0 votes1 answer791 viewsA: To create a Postgresql database using Spring Boot you need to have Postgresql installed?You need to have postgres installed, but still have to put some settings ## default connection pool spring.datasource.hikari.connectionTimeout=20000 <br>…