Nineya
Home
Blog
软著申请
Spring Cloud Config Spring Cloud Config made a strange mistake
2025-01-28 12:15:36
3338
The SpringBoot I use is version 2.0.1 and Spring Cloud I use is version F. The Spring Cloud GateWay's process is not do...
Spring Cloud Config Download and use vault enterprise for testing
2025-01-28 12:15:30
552
It runs for 30 min without a license. We can use it to test the few enterprise vault integrations we have.@mp911de set t...
Spring Cloud Config Add RestTemplateCustomizer to ConfigServicePropertySourceLocator
2025-01-28 12:15:25
2474
On the current project we use spring cloud config solution. The problem is that the config-server was deployed behind ht...
Spring Cloud Config Asciidoc replacements not happening in docs
2025-01-28 12:15:18
1199
https://cloud.spring.io/spring-cloud-config/multi/multi__quick_start.html#_client_side_usage <parent> <...
Spring Cloud Config can not find the latest config from svn
2025-01-28 12:15:12
1676
can not find the latest config from svn, but the /tmp/config-repo have the config file, if you delete the config-repo- ,...
Spring Cloud Config Zuul routing order is not preserved while fetching the routes from config server
2025-01-28 12:15:02
2404
We have updated our zuul service to Hoxton release recently. As per the documentation, if we use yml file for routes the...
Spring Cloud Config Config Server using GitHub AND Vault AND bootstrap = true not working
2025-01-28 12:14:55
29985
Hi there, I have inspected the following (somewhat related) issues, but none of them solves the problem I am experiencin...
Spring Cloud Config When using zookeeper as the registry, config client cannot discover config ser through service ID
2025-01-28 12:14:47
879
HelloWhen using zookeeper as the registry, config-client cannot discover config-server through service-id, configServer ...
Spring Cloud Config Client-Side PropertySource Order Different between Spring Boot 2.1.x and 2.2.x
2025-01-28 12:14:41
4447
@spencergibb @ryanjbaxterWe are in the process of upgrading from Spring Boot 2.1.x (Greenwich.SR1) -> 2.2.x (Hoxton.S...
Spring Cloud Config Config Client not fetching config when Spring Security is active on Spring Cloud Config Server
2025-01-28 12:14:35
1130
When I run spring cloud config server without spring security the service fetches the config without issue but when I ac...
Spring Cloud Config How to point Config-server to a deep nested subfolder of a git repository without reading the whole tree?
2025-01-28 12:14:30
1349
Hi,I have a working Config Server pointed to a small git repository and everything works fine. I am using searchPaths to...
Spring Cloud Config Property sources returned in wrong order and in a Collection (precedence order is wrong)
2025-01-28 12:14:24
17398
Defect Summary: The precedence of property sources returned by spring config server puts application.properties as highe...
Spring Cloud Config Using the incorrect URI even when the spring.cloud.config.uri is specified
2025-01-28 12:14:18
4973
I have a cloud config server running on localhost:8888 and a test app that uses properties from the config server, this ...
Spring Cloud Config Could not locate PropertySource message not indicate the real issue when a invalid file is pushed to config repository
2025-01-28 12:14:02
3089
I've experienced a problem with spring cloud config client when unfortunately pushed an invalid yaml file to my git repo...
Spring Cloud Config Spring cloud decryption issue
2025-01-28 12:13:56
293
I set spring.cloud.config.server.encrypt.enabled=true in bootstrap.properties. But the decryption working. It can able t...
Spring Cloud Config Decryption in plain text files not work
2025-01-28 12:13:51
2030
Decryption in plain text files not workig despite setting:spring.cloud.config.server.encrypt.enabled=truespring.cloud.co...
Spring Cloud Config active profile is not working via weblogic
2025-01-28 12:13:47
1713
I have a spring cloud config server(Spring boot application) that has client property files as:-1. {application-name}.pr...
Spring Cloud Config Placeholders don't resolve when placed in different files
2025-01-28 12:13:42
1112
Placeholders on config server endI have an application.yml which contains key a.b.ca: b: c: value in my app.yml, ...
Spring Cloud Config @RefreshScope on bean annotated with @Bean and bean final function get null value
2025-01-28 12:13:37
1254
hi, when i set annotaion @RefreshScope on bean annotated with @Bean,then i used this bean and get final funciton return...
Spring Cloud Config Can I use the relative path for native profile? If not,How to reduce developers changing the property?
2025-01-28 12:13:31
1483
There is a config server project with native profile.spring: profiles: native cloud: config: server: na...
上一页
下一页
1
…
261
262
263
264
265
…
2246
.