heliang666s commented on issue #15339:
URL: https://github.com/apache/dubbo/issues/15339#issuecomment-2833987936

   首先,这个是因为`@DubboService(validation = "true")`的问题,你配置为 true 的话 Dubbo 默认走的是 
`jvalidation` 而不是 `jvalidationNew`,正确的配置应该是 `@DubboService(validation = 
"jvalidationNew")`。其次,如果你不想一个一个注解地加,全局配置应该是 provider 而不是comsumer @zuihou


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to