Nineya
Home
Blog
软著申请
SpringBoot TestRestTemplate equivalent class for RestClient
2025-01-07 22:12:49
710
Spring introduced the RestClient interface (https://docs.spring.io/spring-framework/reference/integration/rest-clients.h...
SpringBoot spring.config.additional-location (on embedded Tomcat) causing broken search path for static files
2025-01-07 22:12:46
1716
Setup:spring.config.additional-location=classpath:/,classpath:/dev/Embedded Tomcat has in its root CSS file: META-INF/re...
SpringBoot gradle bootBuildImage task fails with java buildpack
2025-01-07 22:12:43
11269
I used to customize buildpack as followedtasks.bootBuildImage { buildpacks = listOf ( "gcr.io/paketo-buildpacks...
SpringBoot When using Jetty, idle timeout for IO operations and delayed dispatch cannot be set to less than 30000ms
2025-01-07 22:12:41
5016
Encountered behaviourAfter the upgrade to spring boot 3.2.0 or 3.2.1 (jetty 12) the HTTP connections always time out aft...
SpringBoot dockerize a spring boot application nginx mysql phpmyadmin error Host
2025-01-07 22:12:38
5430
Hi everyone, i am currently build this docker but get some trouble like this:Caused by: com.mysql.cj.jdbc.exceptions.Com...
SpringBoot org.thymeleaf.exceptions.TemplateInputException
2025-01-07 22:12:35
12698
When I use Spring Boot version 3.2.1, the following exception occasionally occurs. I don't know how to solve it, I hope ...
SpringBoot Commons file upload: required request part 'file' is not present
2025-01-07 22:12:33
1682
When using commons file upload without setting the flag:spring.servlet.multipart.enabled=falseYou will get:DefaultHandl...
SpringBoot Native image doesn't start and doesn't log anything if an environment post processor throws an exception
2025-01-07 22:12:29
8665
My spring boot 3.2.4 project doesn't start up when built native if my technical library contains an EnvironmentPostProce...
SpringBoot Undertow throws exception on shutdown when using Log4j2
2025-01-07 22:12:26
21263
When I shutdown serivce, has this.Work with Spring boot 3.0.0, Undertow and Log4j2Exception in thread "SpringApplic...
SpringBoot Consider mentioning OpenTelemetry Spring Boot starter in reference manual
2025-01-07 22:12:18
697
It would be helpful if OpenTelemetry Support section of reference manual would mention OpenTelemetry's own Spring Boot s...
SpringBoot Set artifact properties on the docs zip when releasing
2025-01-07 22:12:15
235
We need to add the following: artifact-properties: | /**/spring-boot-docs-*.zip::zip.type=docs,zip.d...
SpringBoot How to manually create a ConversionService bean with the same converters and formatters in a none web application as the auto created bean in web application.
2025-01-07 22:12:13
2634
The global ConversionService bean only auto create in a spring boot web application, but I also want using this bean in ...
SpringBoot AspectJ proxy bean gives IllegalAccessException in Java 16
2025-01-07 22:12:09
7988
Here is a sample project which demonstrates the issue with SB 2.4 and JDK 16 https://github.com/EvgeniGordeev/spring-boo...
SpringBoot build native image using Paketo Buildpack for Bellsoft Liberica 10.7.0 (which has JDK 22 support) instead of current 10.5.5
2025-01-07 22:12:07
760
Hello SpringBoot team,Taking the latest just released Springboot 3.2.5 with the latest JDK22, to build a native image wi...
SpringBoot server.max-http-header-size is not working in Spring Boot 3.2.2
2025-01-07 22:12:00
4390
After upgrading to Spring Boot 3.2.2 we started getting the following exception:java.lang.IllegalArgumentException: Requ...
SpringBoot Add configuration key spring.rabbitmq.template.allowed-list-patterns
2025-01-07 22:11:56
331
Fixjava.lang.SecurityException: Attempt to deserialize unauthorized class com.example.domain.Message; add allowed class ...
SpringBoot Fix forward-headers-strategy documentation regarding cloud defaults
2025-01-07 22:11:54
491
forward-headers-strategy=NATIVE is actually used on all cloud platforms: https://github.com/spring-projects/spring-boot/...
SpringBoot ISSUE-40417 ISSUE-40418 update java 21, 17 in CI image and java 17 in…
2025-01-07 22:11:51
299
… .sdkmanrcISSUE-#40417: Upgrade Java 17 version in CI image and .sdkmanrc ISSUE-#40418: Upgrade Java 21 version in CI i...
SpringBoot Prohibit upgrades to Flyway 10.11.0
2025-01-07 22:11:48
1239
Comment From: wilkinsonaThis upgrade breaks Hazelcast as it sets a non-String value as a System property:if (!systemProp...
SpringBoot Configure the auto-configured LocalContainerEntityManagerFactoryBean with any ManagedClassNameFilter beans
2025-01-07 22:11:45
4048
Hi,I would like to request for @EntityScan to be able to provide the ability to scan for specific entities class, rather...
上一页
下一页
1
…
1700
1701
1702
1703
1704
…
2246
.