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: