Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

caused by: java.lang.noclassdeffounderror: org/springframework/boot/configurationprocessor/json/jsonexception

Add the Below Dependency to fix this exception.
 <dependency>
    <groupId>org.json</groupId>
    <artifactId>json</artifactId>
    <version>20211205</version>
</dependency>
 
PREVIOUS NEXT
Tagged: #caused
ADD COMMENT
Topic
Name
2+2 =