You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/06/28 08:35:54 UTC

[GitHub] [servicecomb-java-chassis] haijianfengying opened a new issue #2437: ServiceComb如何配置Controller的mapping忽略大小写

haijianfengying opened a new issue #2437:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2437


   使用@EnableWebMvc @Configuration 注解无法注入WebMvcConfigurationSupport。通过这个类的配置忽略大小写失败。
   有没有ServiceComb的修改方法?
   c00368368
   
   


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2437: ServiceComb如何配置Controller的mapping忽略大小写

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2437:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2437#issuecomment-872653938


   URL是大小写敏感的,java-chassis不支持忽略大小写的配置。


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] haijianfengying commented on issue #2437: ServiceComb如何配置Controller的mapping忽略大小写

Posted by GitBox <gi...@apache.org>.
haijianfengying commented on issue #2437:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2437#issuecomment-869504267


   > servicecomb和Spring MVC是两个完全不同的RPC框架, 只是在REST标签支持上有共同的地方。 参考[文档](https://servicecomb.apache.org/references/java-chassis/zh_CN/build-provider/springmvc.html)和[文档](https://servicecomb.apache.org/references/java-chassis/zh_CN/using-java-chassis-in-spring-boot/diff-spring-mvc.html)
   
   使用ServiceComb如何忽略Mapping大小写呢?


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2437: ServiceComb如何配置Controller的mapping忽略大小写

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2437:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2437#issuecomment-869495393


   servicecomb和Spring MVC是两个完全不同的RPC框架, 只是在REST标签支持上有共同的地方。 参考[文档](https://servicecomb.apache.org/references/java-chassis/zh_CN/build-provider/springmvc.html)和[文档](https://servicecomb.apache.org/references/java-chassis/zh_CN/using-java-chassis-in-spring-boot/diff-spring-mvc.html)


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org