玖涯软件开发
Home
Blog
springboot Actuator endpoint for Spring Batch
2025-01-06 17:01:11
2847
I have started working on an idea introducing Spring Batch specific Actuator Endpoints but before proceeding I'd like yo...
springboot spring-boot-tools working set is empty when imported into Eclipse
2025-01-06 17:01:04
41
Forward port of issue #21634 to 2.4.0-M1.
springboot ConditionalOnMissingBean on JpaRepository beans
2025-01-06 17:00:57
1311
Greetings.Im trying to use ConditionalOnMissingBean on JpaRepository beans. @NoRepositoryBeanpublic interface BaseReposi...
springboot Update some references to 2.4.x where appropriate
2025-01-06 17:00:51
192
Hi,I found two more places where the start on 2.4.x should probably be reflected. One in the README pointing to the late...
springboot redisTemplate.opsForGeo().radius cannot calculate the accurate distance with Metrics.MILES
2025-01-06 17:00:45
1134
For a simple requirement, check in within 300 meters,use the spring-boot-data-redis ,just code like this:Distance distan...
springboot logging.file not working in 2.3.0
2025-01-06 17:00:38
904
No log file was created for my new app using 2.3.0. It started working again after changing to 2.2.6. I also tested 2.2...
springboot findBy${Attribute}IgnoreCaseIn derived query donen't work with spring-data-mongodb
2025-01-06 17:00:32
2833
The derived query : findBy**AttributeName**IgnoreCaseIn(.....) doesn't work when working with springboot-starter-data-mo...
springboot Improve test coverage of launch script
2025-01-06 17:00:25
2641
Fixing #18540 and #19716 is higher risk that we would like as the changes that appear to be necessary aren't covered par...
springboot Provide dedicated Spring Boot starter for JUnit 5
2025-01-06 17:00:19
23538
When trying to port a Spring Boot project that has previously used JUnit 4 to JUnit 5 one needs to add quite a few addit...
springboot Provide better error message if Docker is not running
2025-01-06 17:00:12
119
Forward port of issue #21554 to 2.4.0-M1.Comment From: scottfrederickClosed in 687b9b03531c2e187176a419ea0c18ef19a6b0c6
springboot Improve migration of legacy endpoint ids
2025-01-06 17:00:05
668
Hi there,This is a essentially a follow-up on #18148 . As far as I understand this property was essentially introduced t...
springboot Need a way to support fluent style properties binding
2025-01-06 16:59:59
3032
We are looking for a way to binding properties to fluent (possibly together with chain style) style JavaConfig method. F...
springboot Provide better error message if Docker is not running
2025-01-06 16:59:51
459
The current error message could be improved$ mvn spring-boot:build-image...Execution default-cli of goal org.springframe...
springboot Clean up jackson modules from the bom
2025-01-06 16:59:45
848
modules like this are deprecated https://github.com/FasterXML/jackson-datatype-jsr310 I'd go through them all and remove...
springboot Fully qualified URL's in HTTP request line doesn't find the resource
2025-01-06 16:59:38
6287
Hi, We're seeing a problem with Spring Boot 2.3.0.RELEASE when it comes to receiving HTTP 1.1 requests that has a reques...
springboot Incorrect sort command to mongo
2025-01-06 16:59:31
949
Hi. I use Spring Boot with mongodb-starter(v.2.2.0).It seems that sorting doesn't work in some cases.I have entity:publi...
springboot InfluxMeterRegistry write counters with multi fields in a measurement one time?
2025-01-06 16:59:22
165
Comment From: wilkinsonaInfluxMeterRegistry is part of Micrometer. The Micrometer Slack is a good place to ask this sort...
springboot SpringApplicationBuilder: Initialize siblings concurrently
2025-01-06 16:59:16
678
The SpringApplicationBuilder supports the creation of hierarchical application contexts. Those contexts are initialized ...
springboot Unable to assert JSON keys with dot in it with JsonContentAssert (spring-boot-test:2.2.6-RELEASE)
2025-01-06 16:59:09
290
Unable to assert JSON keys with dot in it with JsonContentAssert (spring-boot-test:2.2.6-RELEASE).Example:I have a valid...
springboot Switch from nullable method signature to Optional method signature
2025-01-06 16:59:03
559
This is a part of the fix to #20901. I've decided to move one method to Optional to make it null-safe.Comment From: phil...
上一页
下一页
1
…
2165
2166
2167
2168
2169
…
2246
.