-
Updated
Jun 2, 2021 - Java
Spring
Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform.
Here are 13,154 public repositories matching this topic...
-
Updated
Jun 2, 2021 - Java
-
Updated
Apr 22, 2021 - Java
-
Updated
Jun 2, 2021 - Java
-
Updated
Apr 10, 2021 - Java
-
Updated
May 25, 2021 - Java
-
Updated
May 12, 2021 - Java
-
Updated
Apr 12, 2021 - Java
-
Updated
May 31, 2021 - Java
-
Updated
May 24, 2021
-
Updated
Feb 26, 2021 - Java
springfox-swagger2: 3.0.0-SNAPSHOT
springfox-swagger-ui: 3.0.0-SNAPSHOT
springfox-spring-webflux: 3.0.0-SNAPSHOT
We are using directModelSubstitute for MonetaryAmount to avoid showing all the properties of the class in swagger. Instead of that we created our own MonetaryAmountWrapper which have only two fields viz., amount and currency with some default example values for both. Now, the
Steps to reproduce:
- Add a table
- Hide all column
- Now click on deploy
and observe
Observation:
It is observed that the "Number of records and pages" are displayed to the user
Expectation:
It is expected not to show the records when all the rows are hidden which leads to confusion by showing the details


我们鼓励使用英文,如果不能直接使用,可以使用翻译软件,您仍旧可以保留中文原文。
We recommend using English. If you are non-native English speaker, you can use the translation software.
Which Component
eg. Nacos Discovery, Sentinel
Is your feature request related to a problem? Please describe.
Feign限流降级好像只支持url粒度,能否支持服务粒度,就像对RestTemplate支持两种粒度一样(Feign's current limiting degradation seems to only support URL granularit