SpringBoot Properties configured under "info" are no longer added to the info endpoint

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

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

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

fix defaultConverter not replacedComment From: quaffSeems duplicated with https://github.com/spring-projects/spring-boot...

SpringBoot fix: BackgroundPreinitializer only init Jackson2ObjectMapperBuilder once

AllEncompassingFormHttpMessageConverter will invoke Jackson2ObjectMapperBuilder,so there no need invoke Jackson2ObjectMa...

SpringBoot org.springframework.session.FindByIndexNameSessionRepository.PRINCIPAL_NAME_INDEX_NAME:null

springboot version:2.6.0 Comment From: snicollI don't know where the screenshot is coming from, nor the problem you're t...

SpringBoot 依赖维护

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

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

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?

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

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

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

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

pom.xml ---> <dependencies> <dependency> <groupId>org.springframework.boot<...

SpringBoot spring-boot:2.3.12.RELEASE throw IndexOutOfBoundsException every 1 minute

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

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

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

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

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

In Spring Boot 2.5.7 and before, a not found error, AuthenticationException or AccessDeniedException (basically anything...
上一页 下一页
.