Description
Hi Sir,
In older version like below 3.0.0 version it was working fine.
After adding latest dependencies, we are not getting any compile time error, but while run time we are getting error related Caught exception while allowing TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener@6fc3e1a4] to prepare test instance [com.csmart.middleware.crmservices.api.auth.CustomerControllerTests1@f1f7db2]
java.lang.NoClassDefFoundError: Could not initialize class groovy.lang.GroovySystem
and Caused by: java.lang.ClassNotFoundException: org.springframework.http.HttpStatusCode
Can you pls help me to resolve this.
What all more dependency or package is required for to generate spring rest docs in latest version?
Do you have any git reference project on latest dependencies?