-
Updated
Oct 6, 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 14,254 public repositories matching this topic...
-
Updated
Oct 4, 2021 - Java
-
Updated
Jun 14, 2021 - Java
-
Updated
Sep 26, 2021 - Java
-
Updated
Aug 14, 2021 - Java
-
Updated
Aug 24, 2021 - Java
-
Updated
Sep 20, 2021 - Java
-
Updated
Apr 12, 2021 - Java
-
Updated
Aug 3, 2021
-
Updated
Oct 1, 2021 - Java
Summary
Design system changes provides a shadow for dropdowns and pop-up. So keeping with this theme, the pop-up's during welcome tour also needs a shadow effect to keep up with current changes
Additional Context
-
Updated
Aug 23, 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
-
Updated
Aug 23, 2021 - HTML
-
Updated
Jun 7, 2021 - Java
-
Updated
Aug 6, 2021 - Java
-
Updated
Jul 14, 2020 - Swift
-
Updated
Sep 26, 2021 - Java
-
Updated
Mar 28, 2021
-
Updated
Jul 13, 2021 - Java
Created by Pivotal Software
Released October 1, 2002
Latest release 21 days ago
- Repository
- spring-projects/spring-framework
- Website
- spring.io/projects/spring-framework
- Wikipedia
- Wikipedia

版本:2.2.6
https://github.com/alibaba/spring-cloud-alibaba/blob/387dd46fa4d037dad3d7091fca2274d4cc1d5034/spring-cloud-alibaba-starters/spring-cloud-starter-alibaba-nacos-discovery/src/main/java/com/alibaba/cloud/nacos/registry/NacosServiceRegistry.java#L40-L60
在NacosServiceRegistry里引用NacosServiceManager是采用直接注入的方式,当在我想在项目中实现注册多个Nacos注册中心时,就没办法复用此类,建议引用NacosServiceManager的方式和引用NacosDiscoveryProper