Nineya
Home
Blog
SpringBoot Since you provided explicit contact points, the local DC must be explicitly set
2025-01-06 23:41:25
857
This has been an issue Ihave been trying to resolve for over 36 hours. I added Cassandra spa out-of-the-box to spring bo...
SpringBoot cassandra
2025-01-06 23:41:19
751
Comment From: ken4wardThis is not working at all. I wonder why a simple config our of the box will create an unreliable ...
SpringBoot Fix package tangle in actuator endpoint package
2025-01-06 23:41:12
25
Probably caused by #25738
SpringBoot Fix wrong reference to Cassandra in DockerImageNames#couchbase
2025-01-06 23:41:02
115
Fix typo in DockerImageNames. Fix Cassandra to Couchbase.Comment From: snicollGood catch, thanks again @nguyensach.
SpringBoot Spring Data / HikariCP: Unable to acquire JDBC Connection on high load with MySQL database
2025-01-06 23:40:55
9534
The default pool size on HikariCP is ten. If an instant high load with more than ten threads occurs the connection pool ...
SpringBoot Spring boot maven run throwing following exceptions
2025-01-06 23:40:48
2594
Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.0.1.RELEASE:run (default-cli) on project An e...
SpringBoot Config data location does not exist error can be thrown if a profile-specific properties file is directly imported
2025-01-06 23:40:41
1371
Create a trivial app from start.spring.io and add four properties file like these: application.yml:spring: config: i...
SpringBoot Register Couchbase's JsonValueModule to ObjectMapper in CouchbaseAutoConfiguration
2025-01-06 23:40:30
603
Fixes #26363 Copy the ObjectMapper that gets configured by Spring Boot to create a new ObjectMapperRegister Couchbase's ...
SpringBoot ObjectMapper provided by JacksonAutoConfiguration via JacksonClusterEnvironmentBuilderCustomizer breaks Couchbase driver
2025-01-06 23:40:23
1456
When using Spring Boot defaults with Couchbase, then Couchbase operations are affected by the ObjectMapper that gets con...
SpringBoot MockMvc doesn't use spring-boot's mvc exception handler
2025-01-06 23:40:17
12438
I'm trying to test my Controller using MockMvc.The service used by Controller throws RuntimeException if something is wr...
SpringBoot Optimize cache storage and solve memory release
2025-01-06 23:40:10
293
When the DataSource has been destroyed, the instance cannot be recycled.In a dynamic refresh DataSource scenario, the D...
SpringBoot Provide a parameter to turn off the body returned by BasicErrorController
2025-01-06 23:40:03
5659
TL;DR:It'd be very useful to have a parameter to turn off the body returned by BasicErrorController. There're already so...
SpringBoot Use runnable code to generate main documentation samples
2025-01-06 23:39:57
497
We should look at using running sample code imported into our .adoc files to prevent issues like #6312. Spring Security ...
SpringBoot spring mongo data adds +00:00 to ISODate()
2025-01-06 23:39:50
540
Pls. check out which format is accepted by mongodbhttps://docs.mongodb.com/manual/reference/operator/aggregation/toDate/...
SpringBoot Devtools restart classloader duplicate aspects
2025-01-06 23:39:44
13986
Using load time weaving: apsectj lib with jvm javaagent.I have an aspect that is created in base classloader but also in...
SpringBoot Clarify that ApplicationReadyEvent is fired after all application and command-line runner have been called
2025-01-06 23:39:37
1816
Dear Spring Boot Team,I'm just reading the documentation carefully, although I'm not a native English speaker, I still t...
SpringBoot Configurable time interval for executing health checks in custom Health Indicators
2025-01-06 23:39:31
788
Spring Boot 2.1.6Spring boot actuatorWhen writing a custom HealthIndicator extending the AbstractHealthIndicator class I...
SpringBoot How to use the class Health with RestTemplate
2025-01-06 23:39:24
1991
I tried to use the class Health (from actuators) as response type of Spring RestTempate's method getForObject(String url...
SpringBoot Procfile Buildpack ignored by spring-boot:build-image
2025-01-06 23:39:18
7714
I want to put some tasks in Procfile file with Spring Boot application, the spring-boot-maven-plugin configuration as fo...
SpringBoot DataSource initialization can be invoked after the wrong EntityManager has initialized
2025-01-06 23:39:11
18563
I have configured my application to use two data sources. And I want data.sql to run on my primary datasource. But every...
上一页
下一页
1
…
2041
2042
2043
2044
2045
…
2246
.