You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i execute the command: boot codox -n project-name target. It raises an exception:
Could not generate clojure documentation for xxx...
Caused by: java.lang.ClassNotFoundException: com.netflix.hystrix.exception.HystrixBadRequestException
the codes as below,how to solve it? thx!
The text was updated successfully, but these errors were encountered:
This is really a Boot question, but from a cursorary glance of the Boot README, it looks like you can specify directories to put on the classpath through the :resource-paths option.
when i execute the command: boot codox -n project-name target. It raises an exception:
Could not generate clojure documentation for xxx...
Caused by: java.lang.ClassNotFoundException: com.netflix.hystrix.exception.HystrixBadRequestException
the codes as below,how to solve it? thx!
The text was updated successfully, but these errors were encountered: