skip to Main Content

sporing boot postgresql not creating datasource

SO i have a spring boot application, and configured postgresql, as below spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.datasource.url=jdbc:postgresql:dburl spring.datasource.username=admin spring.datasource.password=XXX But I get failure on application start up that a datasource is not created No qualifying bean of type 'javax.sql.DataSource' available I decided to…

VIEW QUESTION
Back To Top
Search