Nineya
Home
Blog
软著申请
SpringBoot springboo-rsocket how to use contextView
2025-01-07 21:51:17
2475
I have an interceptor:public class RSocketMetadataInterceptor implements SocketAcceptorInterceptor { @Override pub...
SpringBoot "conversionRule" is not working on the logback-access.xml.
2025-01-07 21:51:14
2626
Hi,This is my current logback-access.xml. The "conversionRule" is working in the logback config for application log, but...
SpringBoot mainClass property of bootJar and bootWar cannot be read unless resolveMainClassName has already executed
2025-01-07 21:51:11
1358
There's a problem with the convention that's configured for the mainClass property of bootJar and bootWar which means th...
SpringBoot Command pattern in spring
2025-01-07 21:51:09
915
Hi!! I am working in a project that use the command pattern, But the implementation of its use a combination between fie...
SpringBoot @Autowired Field Injection
2025-01-07 21:51:06
539
Hi! I am working in an existing project and I saw that this project uses field injection, is this a bad practice? and it...
SpringBoot Create a RestClient alternative to WebTestClient and TestRestTemplate
2025-01-07 21:51:03
510
Since Spring Boot 3.2 we are using RestClient in our production code and we love it but for our Controller/Integration t...
SpringBoot Spring Boot 3.2 automatically change log level during shutdown
2025-01-07 21:51:00
1030
We recently upgraded springBoot version to 3.2, and Java 21 64 bit. We observed wired behaviour while shutting down spr...
SpringBoot Refactor Unnecessary return code modification
2025-01-07 21:50:57
448
It seems like removing the return and moving the bottom code would make the code much easier to understand.Comment From:...
SpringBoot Building images fails with Docker 24.0 & Spring-Boot 3.2.3 on windows server 2019
2025-01-07 21:50:54
14175
I'm getting a build error.I have attached a file with the full log and pom filefull log.txtpom.txt[INFO] > Pulling b...
SpringBoot Make documentation more precise about readiness state and ApplicationRunners/CommandLineRunners
2025-01-07 21:50:52
7999
The Spring documentation states the following:"An application is considered ready as soon as application and command-lin...
SpringBoot Circular placeholder reference when running mvn clean -Pnative native:compile
2025-01-07 21:50:49
5214
Hello, I'm trying to compile a spring boot 3.2.2 application using maven (mvn clean -Pnative native:compile) and it fail...
SpringBoot @ConfigurationProperties(prefix="application.id) is not working
2025-01-07 21:50:46
611
I am using a gradle project Gradle version 4.8.1 Spring boot version 2.0.3STill i am not able to use this prefix feature...
SpringBoot Allow configure in properties to avoid the default Tomcat Error page show version
2025-01-07 21:50:43
1448
During a penetration test one finding was the information disclosure of using a Tomcat webserver.If a request with an in...
SpringBoot @JsonProperty annotation seems to be ignored when using query object parameter
2025-01-07 21:50:40
1376
springboot version: 3.2.2,2.7.13import org.springframework.web.bind.annotation.*;@RestController@RequestMapping("/a...
SpringBoot Improve repackage exclude to be able to specify a pattern
2025-01-07 21:50:38
3682
We've add a few reports around dependency exclusion for the repackage goal with Maven. The fact transitive artifacts are...
SpringBoot Provide properties 'server.tomcat.scheme' and 'server.tomcat.secure' in application.properties for TLS/SSL offloading
2025-01-07 21:50:35
2700
When TLS/SSL is offloaded at an hardward loadbalancer or and HTTP reverse-proxy server, Tomcat does not have any clue a...
SpringBoot @Async annotations are not working with AdviceMode.ASPECTJ and lazy-initialization=true
2025-01-07 21:50:32
1830
This project reproduces the problem:https://github.com/kicktipp/lazyasyncThe included test does time out as @Async is no...
SpringBoot RedisHealthIndicator.doHealthCheck is not invoked when health check is performed by http://localhost:8080/actuator/health
2025-01-07 21:50:29
3300
Hello. Open JDK 17spring-boot 3.2.1spring-boot-actuator 3.2.1Just trying to call health checks for ElasticSearch and Red...
SpringBoot git pull request
2025-01-07 21:50:21
242
Comment From: pivotal-cla@kangminjun1234 Please sign the Contributor License Agreement!Click here to manually synchroniz...
SpringBoot Add CI for Java 22
2025-01-07 21:50:16
149
With Java 22 in its RC phase and GA in March, we should add CI for it. Framework supports Java 22 in 6.1+, limiting our ...
上一页
下一页
1
…
1714
1715
1716
1717
1718
…
2246
.