Problem
If getting this JSONException like below:
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'