springboot + webservice 项目启动失败,报com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions错误。
因为@WebService注解的类中有两个public方法,把public方法改成private问题解决,重新启动项目,启动成功。
springboot + webservice 项目启动失败,报com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions错误。
因为@WebService注解的类中有两个public方法,把public方法改成private问题解决,重新启动项目,启动成功。