基于Spring注解的WebService 动态配置
想必大家在集成WebService做线下线上测试的时候,都有些许苦脑。本文介绍基于SpringBoot注解动态配置WebService. 1,使用wsimport生成WebService代码 wsimport -keep -p com.demo.client http://localhost:8080/Demo/services/...