Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
33 views

I have many application-<environment>.yaml files in my resources folder. I would like to only include the default and active profile files in my builds for deployment. I have this in my build....
0 votes
0 answers
96 views

I have a Spring boot project that builds up with gradle. The project has several sub projects so I need to use the root gradle.build file to set the shared variables, like credentials, that are ...
-1 votes
1 answer
267 views

I have spring boot application with kafka where ssl configuration I wanna replace with ssl bundle and it's work. But locally I wanna start without ssl. Problem is in replacing configs with null. How ...
0 votes
1 answer
31 views

I have a Spring Boot application. I am including multiple dependencies, which have different PropertySourcesPlaceholderConfigurer configured. One PropertySourcesPlaceholderConfigurer is reading ...
0 votes
1 answer
47 views

I am creating a Spring Boot application. I want to use Spring Boot's default mechanism for Spring's property resolution. I also need to embed an already existing custom Spring library. This library ...
0 votes
0 answers
213 views

I have a spring boot app. project deps (plugins section): id 'org.springframework.boot' version '2.6.1' id 'io.spring.dependency-management' version '1.0.11.RELEASE' And I want to test on of my ...
0 votes
1 answer
55 views

I am not using Spring Boot. I have a plain Spring Framework application. I have a Spring integration test written with SpringJUnitConfig. I am using PropertySourcesPlaceholderConfigurer. By default ...
0 votes
0 answers
54 views

I want to deploy multiple Spring Boot applications in one Tomcat server, each with different context paths, and I want to outsource the properties of each application. Specifically, I want the ...
0 votes
0 answers
47 views

I am implemented a bean class to store some parameters I would like to use in my software: /** * Parameters related to the H2 Database: * <ul> * <li>{@code uri}: The H2 address to the ...
2 votes
1 answer
885 views

I'm testing SpringBoot 3.2.0 in a new project (created from spring's scaffold) and when I configure a @ConfigurationProperties(prefix = "some.path.to.be.parsed") class (and @...
0 votes
0 answers
27 views

I want to load spring properties using a specific format, not yaml nor properties. I wrote a PropertySourcesPlaceholderConfigurer, which is working perfectly in the UT but... When I start the Spring ...
1 vote
1 answer
1k views

I am attempting to provide a Converter to convert a r,g,b tuple in application.yml into a Color object. The property resolution fails with: "org.springframework.core.convert....
0 votes
1 answer
302 views

I have a spring boot application with application.yaml, also I gonna switch a Spring Cloud Config Server on. The question is: which properties of these 2 above have a priority?
0 votes
1 answer
35 views

I have a spring application which has an application.yml and multiple application-{PHASE}.yml files. By default the application uses application.yml file. Now i require that it uses the application-...
2 votes
0 answers
74 views

In Spring Framework, for the @PropertySource, according with its API or javadoc it has the name attribute Indicate the name of this property source. If omitted, the factory() will generate a name ...

15 30 50 per page
1
2 3 4 5
...
12

AltStyle によって変換されたページ (->オリジナル) /