Exception:
java.lang.ClassNotFoundException: org.springframework.boot.configurationprocessor.json.JSONObject
Artifact below won't be included into maven install
		<dependency>
			<groupId>org.springframework.boot</groupId>
			<artifactId>spring-boot-configuration-processor</artifactId>
			<optional>true</optional>
		</dependency>
replaced
org.springframework.boot.configurationprocessor.json.JSONObject
by
 
org.json.JSONObject
No comments:
Post a Comment