-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
由于 Springboot 3.x 和 4.x 差异较大,部分模块无法编译通过。
例如:
org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobLiteAutoConfiguration 依赖的 DataSourceAutoConfiguration 在 4.x 已移除
org.apache.shardingsphere.elasticjob.lite.spring.boot.tracing.TracingProperties 依赖的 DataSourceProperties 在 4.x 已移除
Reactions are currently unavailable