syshenyao commented on issue #7268: URL: https://github.com/apache/dubbo/issues/7268#issuecomment-2138625494
> 请使用 `,`分割,配置如下 Yaml: > > ``` > dubbo: > scan: > basePackages: package1,package2 > ``` > > Properties: > > ``` > dubbo.scan.basePackages=package1,package2 > ``` 验证了"-"的方式的确不生效,需要用"," 但不知道为啥,大佬能帮忙解释下么 -- 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]
