spring-boot icon indicating copy to clipboard operation
spring-boot copied to clipboard

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

Results 1031 spring-boot issues
Sort by recently updated
recently updated
newest added

"Customize the whitelabel Error Page" looks like it's in the wrong section. It's not an actuator how-to.

type: task

When caching is not enabled on a project, we get the following output: ``` RedisCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.RedisCacheConfiguration automatic cache type (CacheCondition) NoOpCacheConfiguration matched: - Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache...

type: bug
status: blocked

Extending from #41605 we can migrate class references to javadoc links.

type: task

#2027 adds support for configuring Bitronix and Atomikos' connection pools via the environment. These pools expose some properties that it doesn't make sense to expose to the environment such as...

type: enhancement

After updating Spring Boot from 3.3.1 to 3.3.2, I receive an exception with the following configuration: ```java @TestConfiguration(proxyBeanMethods = false) public class ContainersConfiguration { @Bean @ServiceConnection @RestartScope PostgreSQLContainer postgresContainer() {...

status: waiting-for-triage

On a fresh Eclipse the following needs to be added to `.settings/org.eclipse.jdt.core.prefs` for `buildSrc`. We should try and automate that. ``` org.eclipse.jdt.core.compiler.ignoreUnnamedModuleForSplitPackage=enabled ```

type: task

Hi, Seems that with Spring Boot 3.3.0 you have removed the single page variant of the reference documentation, as it now redirects to . Please restore it, it's necessary for...

type: task

Hello, I am creating spring-boot application (`version 2.0.1.RELEASE`) using kotlin (`1.2.41`), java 8 (Oracle's JDK `1.8.0.172`) and webflux provided by `boot:spring-boot-starter-webflux` starter. The application entry point looks like following ```...

type: enhancement

https://github.com/spring-io/spring-doc-actions?tab=readme-ov-file#update-antora-ui-spring

type: task