Nineya
Home
Blog
软著申请
SpringBoot Cleanup java sources
2025-01-07 17:39:56
298
use .isEmpty() where feasibleremove unnecessary static modifier of inner record or interface typeremove unnecessary fina...
SpringBoot logging.include-application-name has no effect when using log4j2
2025-01-07 17:39:53
207
Log templates files were simply lacking fallback valuesI also added a unit test to prevent future regressionsclose #3861...
SpringBoot Upgrade to Hibernate 6.4.0.Final
2025-01-07 17:39:46
2055
Hi,to my surprise Hibernate 6.4 was released today shortly after the SB 3.2 release. To an even greater surprise I found...
SpringBoot logging.include-application-name has no effect when using log4j2
2025-01-07 17:39:43
2967
As the title says, when creating a fresh Spring Boot 3.2.0 project the console logs generated by Logback look like this ...
SpringBoot ComponentScan probably works differently since 3.2 or has a bug?
2025-01-07 17:39:38
2019
We have two classes with which we start Spring Boot, one for default (GrafioschtraderApplication) and tests (GTforTest)....
SpringBoot Failed to bind properties for FactoryBean with SpringBoot 3
2025-01-07 17:39:32
3221
Hello,we initialize a bean via ConfigurationProperties:@Bean@Lazy@ConfigurationProperties("custom.application"...
SpringBoot Provide compatibility or replace the need for the Log4j-Spring-Boot Module
2025-01-07 17:39:29
5527
Spring Boot 2.6.0 added support for Log4j2 Composite Configurations. Log4j's log4j-spring-boot module also provides sup...
SpringBoot JSTL circular view error in Java 21
2025-01-07 17:39:27
4332
Hey ,I am facing a lot of issues regarding this JSTL usage for the springboot project on eclipse ide .I have seen the pr...
SpringBoot Maven goal spring-boot:build-image runs package phase twice
2025-01-07 17:39:24
3743
In my project I have the front-end part in the same codebase. Consequently, I have a couple of calls to exec-maven-plugi...
SpringBoot Integrate Microsoft's SemanticKernel as Spring Boot starter
2025-01-07 17:39:22
2530
help wanted #development #spring boot #starterDear Spring-Boot Team,We are in the process of developing a Spring Boot st...
SpringBoot graalvm native spring boot how to load application.yml files
2025-01-07 17:39:19
1347
Hello everyone, I am currently studying graalvm native spring boot. I encountered such a problem during the research pro...
SpringBoot [Spring Boot 3.x] 404 Not Found behavior
2025-01-07 17:39:11
1140
A json responsed like below and no any exception was threw on server sider when I access a 404 url (springboot 3.1.5):{ ...
SpringBoot When the spring configuration enables virtual threads, if an exception occurs inside the scheduled task, the scheduled task will not be executed
2025-01-07 17:39:08
3501
In spring boot 3.2, virtual threads are allowed if the configuration is enabled. If an exception is thrown inside the sc...
SpringBoot No converter for [class org.springframework.core.io.FileSystemResource] with preset Content-Type 'application/octet-stream'
2025-01-07 17:39:02
6126
Hello, When I update springboot 1.x to 3.2, old controller method whit function is download zip file not work.Can yo...
SpringBoot spring.ssl.bundle reload-on-update: true has no influence on RestTemplate with SSL bundle
2025-01-07 17:39:00
2218
If a cert gets updated in a SSL bundle by the new introduced reload-on-update: true in spring.ssl.bundle, a already cons...
SpringBoot used springboot3.1.x aop
2025-01-07 17:38:57
1092
springboot3.0 使用aop不正常,例如:@Pointcut("within(@org.springframework.stereotype.Repository )" + " || within(@org....
SpringBoot springboot3.0 use aop
2025-01-07 17:38:55
302
springboot3.0 使用aop不正常,例如:@Pointcut("within(@org.springframework.stereotype.Repository )" + " || within(@org....
SpringBoot Encoutering memory issues post Spring boot 2.7.1 version
2025-01-07 17:38:53
4149
After upgrading our applications to Spring boot 2.7.1 version, we have started encountering memory issues. Our Observat...
SpringBoot getSigners() info is lost for signed jars when using the new loader implementation with requiresUnpack
2025-01-07 17:38:46
1600
Bug reportAfter upgrading to Spring Boot 3.2, my application stops working, until I add the <loaderImplementation>...
SpringBoot NoClassDefFoundError Issue in Spring Boot 3.2 When Running as JAR with spring.threads.virtual.enabled=true
2025-01-07 17:38:36
5166
I'm experiencing a problem when running my Spring Boot 3.2 application as a JAR with spring.threads.virtual.enabled=true...
上一页
下一页
1
…
1742
1743
1744
1745
1746
…
2246
.