Nineya
Home
Blog
软著申请
SpringBoot Spring boot 3.0 cannot connect to Redis
2025-01-07 07:55:37
373
本地电脑启动一个springboot3.0服务,再在本地启动一个redis,这样是可以连接的,但是本地服务无法连接到外部的redis,redis配置肯定没有问题,因为我将版本转换到2.7.9就可以连接了Start a springboot ...
SpringBoot Improve description of build-image and build-image-no-fork
2025-01-07 07:55:35
2913
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
2025-01-07 07:55:31
233
@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
2025-01-07 07:55:22
22411
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
2025-01-07 07:55:18
12110
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
2025-01-07 07:55:13
6265
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
2025-01-07 07:55:08
184
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
2025-01-07 07:55:05
4282
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
2025-01-07 07:55:00
156
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
2025-01-07 07:54:57
1126
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
2025-01-07 07:54:55
346
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
2025-01-07 07:54:53
11650
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
2025-01-07 07:54:51
13040
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
2025-01-07 07:54:48
2171
With spring-boot 3.0.1 configuration property and component beans are not created when used as a library in another proj...
SpringBoot Polish
2025-01-07 07:54:43
131
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
2025-01-07 07:54:40
194
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
2025-01-07 07:54:38
7385
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
2025-01-07 07:54:34
5035
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
2025-01-07 07:54:31
9492
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
2025-01-07 07:54:28
11644
My spring boot application using redisson run normally on JVM. I use graalVM compile the code success,but it can not sta...
上一页
下一页
1
…
1815
1816
1817
1818
1819
…
2246
.