org.springframework.context.ApplicationContextException: Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: com.xx.xxx.in.swagger.model.withdrawList: frozen class (cannot edit)
Caused by: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: com.xx.xxx.in.swagger.model.withdrawList: frozen class (cannot edit)
Caused by: java.lang.RuntimeException: com.xx.xxx.in.swagger.model.withdrawList: frozen class (cannot edit)
我找了半天,排除出来竟然是接口方法中的参数名称出问题,
原本是
改成
OK