spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
"Customize the whitelabel Error Page" looks like it's in the wrong section. It's not an actuator how-to.
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...
Extending from #41605 we can migrate class references to javadoc links.
#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...
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() {...
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 ```
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...
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 ```...
https://github.com/spring-io/spring-doc-actions?tab=readme-ov-file#update-antora-ui-spring