Spring boot 项目部署到heroku postgresql数据库连接问题

需要在pom.xml 加入


       
            org.postgresql
            postgresql
            runtime
        


        
        
            org.springframework.boot
            spring-boot-starter-jdbc
        

然后配置application.properties

你可能感兴趣的:(heroku,postgresql,spring,boot)