Nineya
Home
Blog
软著申请
SpringBoot Spring Scheduler (Spring Boot) - Time never changes
2025-01-07 23:17:30
3321
When I run this, it does log out every 30 seconds, but the system time and time range never change...? Why is that? Do I...
SpringBoot how to use 'spring.datasource.hikari.jdbc-url' and 'spring.datasource.hikari.driver-class-name'?
2025-01-07 23:17:27
4110
I'm using Spring Boot 2.2.6.It works well with the follow config about hikari pooling datasource.spring.datasource.url=u...
SpringBoot spring.profiles.include overrides other profiles being activate
2025-01-07 23:17:19
3502
Hi.In my Spring Boot 2.4.3 application I've the following YAML configuration in the application.yml file:spring.profiles...
SpringBoot PropertiesMigrationListener wrongly reports property as deprecated when has group
2025-01-07 23:17:16
2750
From https://github.com/spring-projects/spring-boot/issues/35774#issuecomment-2322316896Hi. I am running Spring Boot 3.3...
SpringBoot Clarify purpose of Pulsar consumer subscription related properties
2025-01-07 23:17:13
9770
Some while ago I opened these two issues against the Spring Pulsar project:https://github.com/spring-projects/spring-pul...
SpringBoot When and where is the generic attribute in ResolvableType assigned?
2025-01-07 23:17:11
784
When I debugged the spring source code, I discovered a strange problem: As shown in the figure, before the getInterfaces...
SpringBoot PropertiesMigrationListener wrongly reports property as deprecated
2025-01-07 23:17:01
8442
With the following configuration:spring: kafka: producer: client-id: some-id ssl: key-password: sec...
SpringBoot Missing callback-Method "onBind" in org.springframework.boot.context.properties.bind.BindHandler
2025-01-07 23:16:59
3277
Hello!There are several methods for influencing / processing PropertyBinding using org.springframework.boot.context.prop...
SpringBoot MockMvc tests that use contextPath fail with Thymeleaf 3.1
2025-01-07 23:16:56
8085
While preparing an application to use the upcoming Spring Boot v3 a lot of tests fail where MockMvc is used. The applica...
SpringBoot Missing @NestedConfigurationProperty in Saml2RelyingPartyProperties
2025-01-07 23:16:54
2820
Shouldn't these have the nested annotation on them?https://github.com/spring-projects/spring-boot/blob/fa686bb593f2a3b85...
SpringBoot Optional return type should be implicit between layers
2025-01-07 23:16:51
5340
Before reading, i don't know, for whatever reason the GIT editor removes the Angle brackets. it should be Optional of "E...
SpringBoot Spring Boot 3.4.0-M2 GraalVM with Flyway is failing with error at runtime
2025-01-07 23:16:49
1275
Creating a simple Spring Boot app with 3.4.0-M2 version using Flyway and GraalVM support.The native image build is succe...
SpringBoot Add support for redis-sentinel in spring.redis.url (Lettuce only)
2025-01-07 23:16:46
4061
Adds support for setting the following spring.redis.uri when Lettuce is used:redis-sentnelrediss-sentinelredis-socket⚠️ ...
SpringBoot Interface SslStoreProvider replacement in Spring boot 3.3.2
2025-01-07 23:16:43
780
Hi there, Recently I started migrating our app from spring boot 2.x to spring boot 3.3.2 and found backward compatible i...
SpringBoot Improve Elasticsearch ServiceConnection
2025-01-07 23:16:41
9201
Currently, ElasticsearchContainerConnectionDetailsFactory only maps nodes and that works with Elasticsearch 7. However, ...
SpringBoot Generate org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports file automatically
2025-01-07 23:16:38
365
Similar to #31228, the org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration.imports file ca...
SpringBoot Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET
2025-01-07 23:16:36
2357
https://github.com/spring-projects/spring-boot/blob/5490e73922b37a7f0bdde43eb318cb1038b45d60/spring-boot-project/spring-...
SpringBoot Context not propagated in a reactive programming, OpenTelemetry context is not available
2025-01-07 23:16:33
2258
We are facing an issue with spring boot 3.3.1, TraceContext is not propagated while calling one microservice with anothe...
SpringBoot CacheErrorHandler doesn't work for Cacheable when sync=true for Redis
2025-01-07 23:16:30
1179
When using the @Cacheable annotation with sync=true parameter, the exceptions are thrown without calling the CacheErrorH...
SpringBoot EL-based validation message interpolation does not work when using MessageSource
2025-01-07 23:16:25
1835
Spring Boot: 3.3.2messages.properties:validation.password.length=Password must be at least {min} charactersbean validati...
上一页
下一页
1
…
1652
1653
1654
1655
1656
…
2246
.