Springboot reads the @ ConfigurationProperties annotation of the yml file and reports an error?

I configured redis information on the yml file, but reported an error when reading:
Error:java: java.lang.NoClassDefFoundError: org/json/JSONObject
after troubleshooting, I added @ ConfigurationProperties (prefix = "spring.redis") and reported an error.
but did not find a solution
Code:

Mar.14,2021

has this problem been solved? I have the same problem

Menu