-
Updated
Sep 29, 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,214 public repositories matching this topic...
-
Updated
Sep 28, 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
Sep 28, 2021 - Java
Description
When a user is on editor, pressing esc
appends isCommentMode=false
to the url.
Steps to reproduce the behaviour:
Add steps to reproduce this behaviour, include console / network logs & screenshots
- Go to editor.
- press
esc
. - observe that
isCommentMode=false
is added to url.
Important Details
- Version: [Cloud / Self-Hosted vx.x]
- OS: [e.g.
-
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 15 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