Nineya
Home
Blog
软著申请
SpringBoot Mongo connection ignores authenticationDatabase if database is set, but both are valid at the same time
2025-01-07 07:57:53
613
I need a mongodb connection string like this:spring.data.mongodb.uri=mongodb://localhost:27017/itr-devel?authSource=admi...
SpringBoot Metaspace OOM after repeated hot deployment of Spring Boot war file in Tomcat
2025-01-07 07:57:51
5640
Environment:a. OS : Ubuntu 22.04.3b. JVM : Oracle Java 11.0.18 and Oracle java 17.0.17 (tested both)c. Tomcat : 9.0.75d....
SpringBoot Closing session due to exception for StandardWebSocketSession
2025-01-07 07:57:44
1132
i develop project using spring websocket ,but there is couple case this error is showingand i don't know how this error...
SpringBoot WebTestClient broken by 'org.springframework.boot:spring-boot-starter-data-rest'
2025-01-07 07:57:42
8348
Spent significant time in dead SO 1-4 year old threads to come here, the problem is that even old hack no longer works i...
SpringBoot Polish spring-boot-smoke-test-data-mongo
2025-01-07 07:57:38
150
Remove @ImportAutoConfiguration(SslAutoConfiguration.class).SslAutoConfiguration.class is already provided as a auto-con...
SpringBoot When I try to get JWT token second time, it returns forbidden
2025-01-07 07:57:36
9861
https://stackoverflow.com/questions/76360972/spring-security-when-i-try-to-get-jwt-token-second-time-it-returns-forbidde...
SpringBoot Custom error page not working for URL with '%' sign
2025-01-07 07:57:21
1831
I get the response with an error page as expected if an error occurs during request processing. However, if I try to per...
SpringBoot Array of Array Object to Array of Array Objects maping not working
2025-01-07 07:57:19
595
When mapping the Json Array of array Objects to Array of Array Objects, its creating the different array of object on ta...
SpringBoot Can @HttpExchange carry token?
2025-01-07 07:57:16
446
401 exception reported during callComment From: wilkinsonaThanks for getting in touch, but it feels like this is a quest...
SpringBoot Defining a custom ConnectionFactory when using Artemis integration switches off embedded broker
2025-01-07 07:57:13
3252
Hello,We would like to use an embedded Artemis broker, but when we define a bean of type ConnectionFactory the embedded ...
SpringBoot Make it easier to configure micrometer predicate for use with TimedAspect
2025-01-07 07:57:11
7605
tl;drA demo can be found here:https://github.com/AndreasKl/micrometerunexpectedbehaviourWhen the controller is called an...
SpringBoot Constructor binding of @ConfigurationProperties to a lateinit property fails with kotlin.UninitializedPropertyAccessException
2025-01-07 07:57:07
7769
I'm updating my application from Spring Boot 2.7 to 3.1, and I found what looks to be a resurrection/continuation of bug...
SpringBoot IOException when preferred json mapper is jsonb
2025-01-07 07:57:05
19721
Context When the preferred json mapper is jsonb I get the following error using a clean Spring Boot 3.1.0 project from S...
SpringBoot Spring Boot 3.0.4 + Spring actuator 3.0.4 ?? Field httpSecurity in org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration required a single bean, but 2 were found:
2025-01-07 07:57:02
1721
Spring Boot 3.0.4 + Spring actuator 3.0.4Why is this Spring default code causing this? Is my version incorrect?Descripti...
SpringBoot Spring-native:Override calss ClassPathBeanDefinitionScanner run error when use AOT
2025-01-07 07:56:54
10591
Spring-boot version:3.0.5I define a new class extende ClassPathBeanDefinitionScanner:lang=javapublic class RpcComponentS...
SpringBoot Document how to add parameters to the JDBC URL created for a Docker Compose managed container
2025-01-07 07:56:51
5608
Version: Spring Boot 3.1application.yml:spring: docker: compose: file: "./docker-compose.yml" dataso...
SpringBoot When a configuration properties bean is defined using a @Bean method, BindableRuntimeHintsRegistrar may incorrectly register hints for constructor binding
2025-01-07 07:56:47
6073
We have an example of this in our own code. SpringBootMockMvcBuilderCustomizer is defined using a @Bean method:https://g...
SpringBoot Remove duplication of BindableRuntimeHintsRegistrarTests in ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests
2025-01-07 07:56:45
499
There are several tests in ConfigurationPropertiesBeanFactoryInitializationAotProcessorTests that are duplicating tests ...
SpringBoot Move BindMethod to context.properties.bind and expose it on Bindable
2025-01-07 07:56:42
330
To fix #35564, BindableRuntimeHintsRegistrar needs to know the binding method to be used in addition to the type that is...
SpringBoot Polish ConfigurationPropertiesBean
2025-01-07 07:56:40
122
There's some complexity in ConfigurationPropertiesBean that has grown over time. Reducing it will help with fixing #3556...
上一页
下一页
1
…
1813
1814
1815
1816
1817
…
2246
.