且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Jax-ws,spring和SpringBeanAutowiringSupport

更新时间:2023-09-11 22:40:52

我猜您正在使用此配置元素:

I'm guessing that you're using this config element:

<context:annotation-config />

但是要启用对@Endpoint批注的支持,必须添加以下元素:

But to enable support for the @Endpoint annotation, you must add this element:

<context:component-scan base-package="" />