SpringBoot Spring boot 3.0 cannot connect to Redis

本地电脑启动一个springboot3.0服务,再在本地启动一个redis,这样是可以连接的,但是本地服务无法连接到外部的redis,redis配置肯定没有问题,因为我将版本转换到2.7.9就可以连接了Start a springboot ...

SpringBoot Improve description of build-image and build-image-no-fork

I feel that the documentation for the spring-boot-maven-plugin's build-image and build-image-no-fork could be more infor...

SpringBoot Enabling Spring Data Elasticsearch auditing causes application startup failure

@ElasticsearchDataConfiguration There is the following code,But the matching beans in the code audit in spring data...

SpringBoot Upgrade from 2.5.7 to 2.6.x breaks use of RequestMappingHandlerMapping in Filters

Hi,Working version: 2.5.7Broken version: 2.6.xI have a Filter that will check if the matched handler method has a partic...

SpringBoot org.hibernate.dialect.PostgreSQL95Dialect not found when using Spring Boot 3.1.0 with PostgreSQL

Hi,recently, I tried upgrading my application from using Spring Boot 3.0.6 to 3.1.0 but since then my integration tests ...

SpringBoot Missing hints for SpringBootMockMvcBuilderCustomizer

I reproduced this with Spring Boot 3.0.x and Maven as well as with 3.1 and Gradle.create new project on start.spring.ios...

SpringBoot Some spring.docker.compose properties do not document their default values

spring.docker.compose.lifecycle-managementspring.docker.compose.readiness.waitspring.docker.compose.start.commandspring....

SpringBoot Declare @Testcontainers before @SpringBootTest in documentation examples to ensure that Testcontainers is started before the application tries to use its containers

HiI tried to use integration of Spring Boot & TestContainers added in Spring Boot 3.1.0. So I took this example from...

SpringBoot Description of never value for spring.docker.compose.readiness.wait is incorrect

Reported by @ChristianCiach.Comment From: wilkinsonaFixed by https://github.com/spring-projects/spring-boot/commit/0ca3a...

SpringBoot ZipkinAutoConfiguration always need a ZipkinProperties bean in SB 3.1

I have an application which use a custom zipkinReporter but it fails because ZipkinAutoConfiguration class need a bean o...

SpringBoot ServiceConnection Typo In name Documentation

There appears to be a typo in the Javadoc for ServiceConnection.The name of the service being connected to. If not speci...

SpringBoot Spring boot3.0 using Redisson can not startup when AOT compile

My spring boot application using redisson run normally on JVM. I use graalVM compile the code success,but it can not sta...

SpringBoot spring.profiles.include working w/ 2.3.9, broken w/ 2.4.2

While upgrading to 2.4.2 we started seeing this exception on startup:java.lang.IllegalStateException: Failed to load App...

SpringBoot Beans are not picked up by spring-boot 3.0.1 with custom starter

With spring-boot 3.0.1 configuration property and component beans are not created when used as a library in another proj...

SpringBoot Polish

This PR polishes a bit.Comment From: snicollThanks again, Johnny. I've split the polish in two as I wanted to back port ...

SpringBoot Remove unnecessary exclude from spring-restdocs-mockmvc

Hi,this PR removes the javax.servlet-api exclusion from spring-restdocs-mockmvc. This doesn't seem to be necessary anymo...

SpringBoot Problem using MockMvc in native tests after upgrading to SB 3.1

I've created an application using:* SpringBoot 3.0.6* openjdk 17.0.7 2023-04-18* OpenJDK Runtime Environment GraalVM CE ...

SpringBoot Set Tomcat's WebappClassLoader as the main thread's context classloader

This problem is closely linked to issue https://github.com/spring-projects/spring-boot/issues/2308.I am working with Spr...

SpringBoot Spring boot 3.1.0 native build (windows exe) won't start

Environment:Windows 11spring-boot: 3.1.0kotlin: 1.8.21native-gradle-plugin: 0.9.22graalvm: graalvm-ce-java19-22.3.1Bug d...

SpringBoot Spring boot3.0 using Redisson can not lauch when AOT compile

My spring boot application using redisson run normally on JVM. I use graalVM compile the code success,but it can not sta...
上一页 下一页
.