-
Updated
May 20, 2020 - Java
spring
Here are 10,465 public repositories matching this topic...
Search engines results often lead to old versions of Spring Framework reference and it is becoming a habit to go to address bar and change the version in the URL to current.
As I imagine it's not straightforward to optimise reference website for promoting latest current version in search results, one solution I have in mind is to add for every version older than current an information like:
-
Updated
May 20, 2020 - Java
-
Updated
May 5, 2020 - Java
-
Updated
Apr 23, 2020 - Java
-
Updated
May 10, 2020 - Java
Add examples.
Hey guys
I am learning and using seata recently, this is a great thing.
Component
spring-cloud-alibaba-seata:0.9.0.RELEASE
Question
I see that the seata source code contains the spring boot web dependency. **Is there a plan to support [sp
- This item located in 2.3. 常用设置 and 2.3. Common settings.It would an effect to cause chinese user confused.Please update it.
![image](https://user-images.githubusercontent.com/26212551/68575
-
Updated
Jan 7, 2020 - Java
Keep the number of the dependencies maven artifacts to the minimum required and document clearly their usage
At the moment we have in Activiti:
- activiti-dependencies
- [activiti-api-dependencies](https://github.com/Activiti/Activiti/blob/develop/activiti-api/activiti-
The OAuth 2.0 Login and OAuth 2.0 Client reference documentation needs to be updated to align with the new format introduced in the 5.3 release.
-
Updated
May 15, 2020 - Java
Version: 2.9.2
What kind of issue is this?
- Question.
How do I disable pageable sort param from showing in docs?
I am using Cassandra database, where sorting doesn't apply like with relational databases, so I want to use page and size only with pageable param. How do I do this?
![image](https://user-images.githubusercontent.com/16001837/78007067-0f4b9680-73
From RestTemplate.java#L78-L81
The RestTemplate will be deprecated in a future version and will not have major new features added going forward. See the WebClient section of the Spring Framework reference docume
-
Updated
Feb 28, 2020 - HTML
-
Updated
Aug 12, 2019 - Swift
-
Updated
Dec 13, 2019 - Java
-
Updated
Apr 27, 2020
-
Updated
Mar 7, 2020 - Java
Field registration in org.springframework.cloud.client.serviceregistry.ServiceRegistryAutoConfiguration$ServiceRegistryEndpointConfiguration required a single bean, but 2 were found:
- nacosRegistration: defined by method 'nacosRegistration' in class path resource [com/alibaba/cloud/nacos/NacosDiscoveryAutoConfiguration.class]
- eurekaRegistration: defined in BeanDefinition defined in class pa
Is your feature request related to a problem? Please describe.
Currently, the guide https://spring.io/guides/gs/gateway/#_writing_tests suggest to use "WireMock from Spring Cloud Contract in order stand up a server".
Unit tests of the people using this library to make gateways would be more performant, easier to write and more stable if they didn't make real tcp connections to do http reques
The documentation should call out that monitoring secrets is disabled by default and that you need to set spring.cloud.kubernetes.reload.monitoring-secrets=true
in order for it to work.
-
Updated
Apr 27, 2020 - Java
Improve this page
Add a description, image, and links to the spring topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spring topic, visit your repo's landing page and select "manage topics."
We should add something that mentions how to pass system properties with
-D
viabootRun
. SinceBootRun
is a standardJavaExec
task, we can add a short note about it either in this section or in a separate section alongside it.