No qualifying bean of type [javax.sql.DataSource] is defined

后端 未结 2 882
逝去的感伤
逝去的感伤 2021-01-18 06:59

Here is my pom

    
        org.springframework.boot
        spring-boot-star         


        
2条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 07:19

    I upgraded to

     
            org.springframework.boot
            spring-boot-starter-parent
            1.3.3.RELEASE
        
    

    It worked fine. But its really strange as it was working with version 1.0.1. also till one hour before.

提交回复
热议问题