iot-dc3驱动都无法启动,是啥问题,是否配置需要更改

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'driverMetadataServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'driver.com.dc3.common.sdk.bean.driver.DriverProperty': Could not bind properties to 'DriverProperty' : prefix=driver, ignoreInvalidFields=false, ignoreUnknownFields=true; nested exception is javax.validation.NoProviderFoundException: Unable to create a Configuration, because no Jakarta Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath.
10:20:22.278 INFO 10824 [ main] ConditionEvaluationReportLoggingListener :

Error starting ApplicationContext. To display the conditions report re.run your application with 'debug' enabled.
ERROR 10824 [ main] o.s.b.d.LoggingFailureAnalysisReporter :


APPLICATION FAILED TO START


Description:

The Bean Validation API is on the classpath but no implementation could be found

Action:

Add an implementation, such as Hibernate Validator, to the classpath

Error creating bean with name 'driver.com.dc3.common.sdk.bean.driver.DriverProperty': Could not bind properties to 'DriverProperty' : prefix=driver, ignoreInvalidFields=false, ignoreUnknownFields=true;
不能绑定DriverProperty相关属性。