SpringBoot Allow the configuration of active profiles in SpringApplication.Augmented

The new support for running local application instances supported by Testcontainers based services suggests the creation...

SpringBoot Support @DependsOn, @Description, @Fallback, @Lazy, @Primary, and @Role on @ConfigurationProperties beans

Such as @Lazy, @Primary and @Fallback etc.Comment From: philwebbThis looks quite similar to #41668 and seems sensible to...

SpringBoot Add configuration support for LazyConnectionDataSourceProxy in application.yaml

Currently, to use LazyConnectionDataSourceProxy in Spring Boot, developers have to manually wrap the DataSource in code....

SpringBoot Consistently use constants for annotations in ConfigurationMetadataAnnotationProcessor

This PR refactors the ConfigurationMetadataAnnotationProcessor class by replacing hardcoded values with constants. All h...

SpringBoot Add configuration support for LazyConnectionDataSourceProxy in application.yaml

Currently, to use LazyConnectionDataSourceProxy in Spring Boot, developers have to manually wrap the DataSource in code....

SpringBoot Add support for partitioned cookies

Since the fix of https://github.com/spring-projects/spring-session/issues/2787 the DefaultCookieSerializer of spring ses...

SpringBoot @ConfigurationProperties recommendation for Kotlin doesn't produce metadata properties

In the process of build a stream processor I discovered the recommended use of @ConfigurationProperties for kotlin doesn...

SpringBoot Fetching relations is unstable

Hello,Saving then fetching does not provide relations, but new calls does.It looks like some caching case.I made a minim...

SpringBoot WebMvcTest & EnableJpaRepositories -> At least one JPA metamodel must be present!

Hi,sorry. I tried my best but I coudn't find a solution. I have read this https://spring.io/blog/2016/04/15/testing-impr...

SpringBoot Server sent events with spring boot have a wrong behavior

I am building a spring boot application to handle sever sent events (SSE):package com.example.demo;import lombok.extern....

SpringBoot 404 not Found No static resource api/v1/users/create-user.

Can Someone please help me. I'm facing the issue has title of this post and don't know how to resolve it. So, this all m...

SpringBoot spring-graphql autoconfiguration is reading more graqphqls than documented

to simplify, the problem is that somehow spring boot? is going above and beyond reading graphqls files, and I don't know...

SpringBoot I am getting this issue when trying to run my springBoot service

SpringBoot version 2.7.18 and gradle version 7.6.3 java.lang.NoSuchMethodError: org.springframework.boot.configurableBoo...

SpringBoot spring-boot-actuator-autoconfigure has implicit dependency to spring-web

Problemspring-boot-actuator-autoconfigure has implicit dependency to spring-web.The org.springframework.boot.actuate.aut...

SpringBoot Upgrade to Undertow 2.3.17.Final

After having skipped upgrades due to https://issues.redhat.com/browse/UNDERTOW-2420 we've decided to ignore that one tes...

SpringBoot generateAntoraYml remains up-to-date when its attributes have changed

For example, the changes in https://github.com/spring-projects/spring-boot/commit/a405c4200607b3483169c93a09f61d8d5d3f3d...

SpringBoot bomr upgrade offers the current version as an upgrade option

This happens only on main as far as I can see:$./gradlew --no-scan spring-boot-project:spring-boot-dependencies:bomrUpgr...

SpringBoot Update

Comment From: pivotal-cla@ThottaJegathish Please sign the Contributor License Agreement!Click here to manually synchroni...

SpringBoot Add "How to get help" page

To work out what we want in https://github.com/spring-io/sagan/issues/880 we should prototype things in our wiki.Comment...

SpringBoot Name for argument of type [java.lang.Integer] not specified, and parameter name information not available via reflection. Ensure that the compiler uses the '-parameters' flag.

my pom config <dependency> <!-- Import dependency management from Spring Boot --> ...
上一页 下一页
.