Nineya
Home
Blog
SpringBoot Spring boot application.properties "spring.jackson.parser.allow_unquoted_field_names" can not take effect
2025-01-06 20:54:54
3814
QuestionI want to config jackson Feature JsonParser.Feature.ALLOW_UNQUOTED_FIELD_NAMES,I try to many ways:1.src/main/res...
SpringBoot Fix Gradle deprecation warnings for duplicates
2025-01-06 20:54:47
1189
Hi,I was trying to build Boot with the newest Gradle 7 milestone to see what we have to do. And while there are certain ...
SpringBoot Update link in spring boot 2.0 migration guide
2025-01-06 20:54:41
533
The wiki page https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide has a link to my blog:...
SpringBoot 'ConfigFileApplicationListener is deprecated' error when running unit test
2025-01-06 20:54:34
34680
For reference, here is my git repo, which includes my code and pom file: https://github.com/jeffmanassa97/InvestmentPort...
SpringBoot Spring Boot 2.3.8; Spring 5.3.3; NoSuchMethodError resourceHandlerMapping()
2025-01-06 20:54:23
1767
Hi TeamI just upgraded to SpringBoot 2.3.8 and Spring 5.3.3. I noticed that SpringBoot 2.3.8 adds an overriden resourceH...
SpringBoot Add note about change in processing order of configuration files to release notes
2025-01-06 20:54:17
6860
See https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4#comment-5188826974project/application.ym...
SpringBoot Auto-configured dependencies do not have access to all PropertySources
2025-01-06 20:54:10
2853
I have a private, auto-configured library that is used by 17 micro-services in Production. This library exposes a bean t...
SpringBoot ConfigDataResourceNotFoundException incorrectly thrown for valid classpath locations
2025-01-06 20:54:03
13149
Hi,after upgrading from spring boot 2.3.6 to 2.4.0 our application fails to startup. We tracked the error to our startup...
SpringBoot TestRestTemplate exchange triggers UnsupportedOperationException when using a UriTemplateRequestEntity
2025-01-06 20:53:54
703
In Boot 2.4.2, both overloads of TestRestTemplate#exchange that accept RequestEntity call getUrl on it. When the Request...
SpringBoot Failed to parse version of junit:junit: 4.13.1
2025-01-06 20:53:46
1489
I am currently being blocked by the error:Feb 03, 2021 3:00:33 PM org.junit.platform.launcher.core.DefaultLauncher handl...
SpringBoot ConstructorException during parsing of YAML configuration when tags are used
2025-01-06 20:53:39
9368
When a YAML configuration using explicit type tags is loaded, org.yaml.snakeyaml.constructor.ConstructorException is thr...
SpringBoot About logback can't read bootstrap config server
2025-01-06 20:53:32
1760
Hello,I use logback-spring.xml like <springProperty scope="context" name="logFilePath" source=&q...
SpringBoot 修改更新
2025-01-06 20:53:25
359
Comment From: pivotal-issuemaster@feierte Please sign the Contributor License Agreement!Click here to manually synchroni...
SpringBoot Restructure spring-boot-docs packages
2025-01-06 20:53:19
211
Before we can tackle #6313 we could do with restructuring our spring-boot-docs project so that the packages mirror the t...
SpringBoot add 'spring.config.intergration-location' with 'classpath*:' support
2025-01-06 20:53:12
4138
This new feature add a lowest arg spring.config.intergration-location with value 'classpath*:' support.In some cases,...
SpringBoot Eclipse 2020.12 cannot run spring-boot-maven-plugin test
2025-01-06 20:53:06
353
Looks like we're hitting https://github.com/eclipse/buildship/issues/980#issuecomment-665124002We should review the use ...
SpringBoot Allow properties file lookup for multiple names similar to multiple profiles
2025-01-06 20:52:59
3151
There seems to be a reoccurring demand to externalize default configurations per library in multi project builds.Current...
SpringBoot add 'spring.config.intergration-location' with 'classpath*:' support
2025-01-06 20:52:52
1181
The feature is adding a lowest argrement '--spring.config.intergration-location' which value support 'classpath*:' .In...
SpringBoot Add support for creating layered war files with Gradle
2025-01-06 20:52:46
4748
Spring Boot 2.3 introduced a new feature where it is possible to create layered .jar files. This is very useful for dock...
SpringBoot Add support for creating layered war files with Maven
2025-01-06 20:52:34
1720
Repackaging application with layer=WAR: <plugin> <groupId>org.springframework.boot</gro...
上一页
下一页
1
…
2072
2073
2074
2075
2076
…
2246
.