huayangchen
Results
2
issues of
huayangchen
When the second letter of the attribute `name `of my entity class is capitalized, swagger will interpret my letter as lowercase. At this time, I use the `name `attribute of...
## Describe the bug sofaboot使用文档中,模块隔离-JVM 服务发布与引用-Annotation 方式-提示,感觉描述不清楚影响使用 [https://www.sofastack.tech/projects/sofa-boot/sofaboot-module/](url) @SofaService 的作用是将一个 Bean 发布成一个 JVM 服务,这意味着虽然你可以不用再写 的配置,但是还是需要事先将 @SofaService 所注解的类配置成一个 Spring Bean。 ## Suggest 在这里注明:配置方式必须是在META-INF/spring 下xml方式配置Bean或者在此处启用注解扫描模式 ` ` ` `