Nineya
Home
Blog
SpringBoot Properties configured under "info" are no longer added to the info endpoint
2025-01-07 02:00:45
3115
I found that after upgrading to Spring Boot 2.6.1 (from 2.4.13) some properties in the info endpoint were gone.These pro...
SpringBoot Smoke tests with web.xml should use web-app version of 3.1
2025-01-07 02:00:42
372
The latest version of eclipse complains with older versions with XSD errors. Upgrading the web-app value to 3.1 appears ...
SpringBoot kotlinx.serialization config override
2025-01-07 02:00:38
904
Spring Boot 2.6.2There isn't an easy way to override the config for kotlinx.serialization (like there is for Jackson). ...
SpringBoot fix: HttpMessageConverters.getCombinedConverters
2025-01-07 02:00:33
199
fix defaultConverter not replacedComment From: quaffSeems duplicated with https://github.com/spring-projects/spring-boot...
SpringBoot fix: BackgroundPreinitializer only init Jackson2ObjectMapperBuilder once
2025-01-07 02:00:29
1296
AllEncompassingFormHttpMessageConverter will invoke Jackson2ObjectMapperBuilder,so there no need invoke Jackson2ObjectMa...
SpringBoot org.springframework.session.FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME:null
2025-01-07 02:00:24
525
springboot version:2.6.0 Comment From: snicollI don't know where the screenshot is coming from, nor the problem you're t...
SpringBoot 依赖维护
2025-01-07 02:00:19
191
Comment From: pivotal-cla@xuchang1 Please sign the Contributor License Agreement!Click here to manually synchronize the ...
SpringBoot The spring boot project cannot access static files
2025-01-07 02:00:14
1940
I created a new springboot project, the directory structure of the project is as follows:The yml configuration is as fol...
SpringBoot Test our Gradle plugin against Gradle 7.3.3
2025-01-07 02:00:08
71
This PR updates to test Spring Boot Gradle plugin against Gradle 7.3.3.
SpringBoot Is there a way for one Spring program to load other spring jars as a plugin at run time?
2025-01-07 02:00:04
3215
We want to make a plugin-type main program based on spring. The main program can load other Spring jars and non-spring j...
SpringBoot The spring boot project cannot access static files
2025-01-07 01:59:57
1854
I created a new springboot project, the directory structure of the project is as follows:The yml configuration is as fol...
SpringBoot QuartzDataSourceScriptDatabaseInitializer support more extra settings
2025-01-07 01:59:52
634
Closes gh-29137Comment From: snicollThanks for the PR but it doesn't address the related issues. What we'd like to do is...
SpringBoot Unable to start reactive web server; nested exception is java.lang.NoClassDefFoundError: io/netty/util/internal/logging/InternalLogLevel
2025-01-07 01:59:48
7470
ProblemWhen creating a demo project using Spring Boot 2.0 RELEASE, starting the Application via mvn spring-boot:run resu...
SpringBoot infinite loop while starting spring boot server , without having swagger dependency in project but showing it shows /null/swagger-resources
2025-01-07 01:59:45
10316
pom.xml ---> <dependencies> <dependency> <groupId>org.springframework.boot<...
SpringBoot spring-boot:2.3.12.RELEASE throw IndexOutOfBoundsException every 1 minute
2025-01-07 01:59:41
2448
Error Log2021-12-16 15:41:24.527 ERROR 7 -- [pollingConfigurationSource] com.netflix.config.AbstractPollingScheduler : E...
SpringBoot Extends Additional Path on Main or Management Port for actuator endpoints
2025-01-07 01:59:36
1683
In springboot 2.6.x it's now possible to expose health groups on an additional path but it's not yet possible to do the ...
SpringBoot Add Spring GraphQL support
2025-01-07 01:59:29
837
Now that the Spring GraphQL project has made significant project in its Milestone phase, we should move the experimental...
SpringBoot Upgrade to Spring AMQP 2.3.13
2025-01-07 01:59:22
501
Comment From: mihailcornescuHi Stéphane. Can I work on this issue?I am a new contributor and I think this issue might be...
SpringBoot The getter and setter that's used during configuration property binding varies when a getter or setter has been overridden to use a subclass of the property's type
2025-01-07 01:59:19
10239
Version: Spring Boot 2.5.7Add BeanProperty from sub class first ,then ignore exist BeanProperty in super class (only use...
SpringBoot ErrorController no longer called for response.sendError
2025-01-07 01:59:10
2571
In Spring Boot 2.5.7 and before, a not found error, AuthenticationException or AccessDeniedException (basically anything...
上一页
下一页
1
…
1979
1980
1981
1982
1983
…
2246
.