Nineya
Home
Blog
SpringBoot Issue with 2.2.6.RELEASE
2025-01-06 22:59:56
1397
Hi,I was using the below parent in the pom.<parent><groupId>org.springframework.boot</groupId><arti...
SpringBoot Webclient- First Request very slow when cpu constraint
2025-01-06 22:59:48
86631
Spring boot version - 2.4.5, the first request takes a lot of time.Here is the link to the sample project I created.http...
SpringBoot Restore support for binding configuration properties from RandomValuePropertySource
2025-01-06 22:59:40
11390
env : macOS 11 jdk 11.10.5 springboot 2.5.0-RC1application.ymlserver: port: ${random.int[9680,9682]}spring: applica...
SpringBoot @EnableAutoConfiguration and @ImportAutoConfiguration use different class loaders to find candidate configurations
2025-01-06 22:59:34
186
@EnableAutoConfiguration uses the bean class loader. @ImportAutoConfiguration uses the class loader of ImportAutoConfigu...
SpringBoot Junit 4 test case failing after upgrading Spring boot from 2.3.6.RELEASE to 2.4.4
2025-01-06 22:59:26
7072
Hi ,We are getting the below error while executing one of the Junit test classjava.lang.NoClassDefFoundError: org/spring...
SpringBoot 'spring.web.resources.cache.use-last-modified=false' doesn't work with Spring MVC
2025-01-06 22:59:20
747
We're using Spring Boot 2.4.4 with Spring MVC to build an application that serves static resources. We noticed that alth...
SpringBoot Upgrade to Flyway 7.2.x in Spring Boot 2.4.x
2025-01-06 22:59:13
828
Spring Boot 2.4.x is currently using Flyway 7.1.1 (https://github.com/spring-projects/spring-boot/blob/2.4.x/spring-boot...
SpringBoot PropertiesLauncher Problems with using ClassLoader
2025-01-06 22:59:04
4157
Use lib to separate the packaging structureThe package structure is as followstargetlibbinconfigThe main package is in t...
SpringBoot Not fully consistent ordering in spring-configuration-metadata.json
2025-01-06 22:58:57
3292
Current comparator implementation produces not consistent order for special case, when a codebase contains multiple clas...
SpringBoot Multiple actuator endpoint beans resolve
2025-01-06 22:58:51
1372
While trying to provide my own implementation of threaddump endpoint the application fails to start: Found two endpoints...
SpringBoot 2.3.x
2025-01-06 22:58:44
198
Comment From: pivotal-issuemaster@feierte Please sign the Contributor License Agreement!Click here to manually synchroni...
SpringBoot 2.5.0-RC1 NPE when activating netty access log and http2
2025-01-06 22:58:37
9967
I am on Spring Boot 2.5.0-RC1 with jdk 11 and hence the http2 support with netty is documented to be supported.When acti...
SpringBoot In some cases, Module Bean of jackson didn't work.
2025-01-06 22:58:31
5201
@Configuration@AutoConfigureAfter(JacksonAutoConfiguration.class)public class JacksonConfig { private final ObjectMap...
SpringBoot Make the program execution consistent with the default configuration indicated by the document
2025-01-06 22:58:24
389
The current situation is as follows:When integrating redis, you choose lettuce client, if you want to use it's pool, you...
SpringBoot How to set Spring active profile while running in WebLogic
2025-01-06 22:58:14
935
I want to set spring active profile in weblogic settings.I have three properties in src/main/resources. For examp : appl...
SpringBoot Document server specific ConfigurableServletWebServerFactory variants
2025-01-06 22:58:07
2798
I am using undertow as embedded server with Spring Boot 2.0.1.When I run the application, i see 2 warnings in the consol...
SpringBoot Expose configuration property for Cassandra's control queries timeout
2025-01-06 22:58:00
10561
While trying to use spring-data-cassandra with 2.3.5.RELEASE when trying to connect to cassandra getting below errorCaus...
SpringBoot Failed to bind properties under 'spring.cloud.gateway.routes[0].uri' to java.net.URI:
2025-01-06 22:57:54
2582
Running Spring Boot v2.2.6 And on docker run I get the below error Error starting ApplicationContext. To display the con...
SpringBoot Test Maven plugin against latest Maven versions
2025-01-06 22:57:47
2078
Maven version 3.8.1 is only bug fixes for 3.6.3 so can be used in it tests instead of 3.6.2https://maven.apache.org/docs...
SpringBoot Unresolved runApplication Springboot Kotlin
2025-01-06 22:57:40
1748
After project generation on spring.io When opening with intellij RunApplication in mainApplication is always unresolve C...
上一页
下一页
1
…
2046
2047
2048
2049
2050
…
2246
.