Problem

If getting this JSONException like below:
Configuration Processor Json Exception
You can try to check gradle dependencies whether if add spring-boot-configuration-processor dependency.

Solution

Add the following dependency:

implementation 'org.springframework.boot:spring-boot-configuration-processor'

Reference