Results 7 comments of Gevin

My Blog: [Gevin's Blog](https://blog.igevin.info)

POM File: ``` 4.0.0 org.springframework.boot spring-boot-starter-parent 2.2.13.RELEASE com.example test 0.0.1-SNAPSHOT test test 1.8 org.springframework.boot spring-boot-starter-web org.projectlombok lombok true org.springframework.boot spring-boot-starter-test test org.bytedeco javacv-platform 1.5.1 org.springframework.boot spring-boot-maven-plugin org.projectlombok lombok ```

Error Message: ``` Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2021-10-19 16:32:18.090 ERROR 95163 --- [ main] o.s.boot.SpringApplication : Application run failed org.springframework.beans.factory.BeanCreationException:...

> Please try again with JavaCV 1.5.6. I tried, it doesn't work, either

I tried JavaCV 1.5.6. and spring boot 2.5.5, same error

> The error message doesn't sound related to JavaCV... That's the odd thing. As long as I add JavaCV to spring boot, the error will come up on Mac, but...

In java-cv `1.5.6`, I exclude `hibernate-validator` in `spring-boot-starter-web`,the problem could be solved. ``` org.springframework.boot spring-boot-starter-web org.hibernate.validator hibernate-validator ```