我有一个旧式的spring启动项目,它使用的是 1.5.9.RELEASE
并使用spring框架版本 4.3.13.RELEASE
. 我刚把Spring Boot升级到 2.4.4
我使用starter父级让它为我处理依赖版本。
现在唯一的一件事是我在尝试 mvn install
:
Cannot find symbol
[ERROR] symbol: class DataSourceBuilder
[ERROR] location: package org.springframework.boot.autoconfigure.jdbc
我是否通过升级依赖项而破坏了某些东西?我的项目正在使用 h2
, hibernate
, postgresql
,和 hiarkiCP
在依赖项中。我懂了 spring-boot-autoconfigure
在springbootstarter的父依赖项中列出,所以我认为这个类来自那里,我应该导入它,有人能帮我吗?
暂无答案!
目前还没有任何答案,快来回答吧!