SpringBoot Since you provided explicit contact points, the local DC must be explicitly set

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

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

Probably caused by #25738

SpringBoot Fix wrong reference to Cassandra in DockerImageNames#couchbase

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

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

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

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

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

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

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

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

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

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()

Pls. check out which format is accepted by mongodbhttps://docs.mongodb.com/manual/reference/operator/aggregation/toDate/...

SpringBoot Devtools restart classloader duplicate aspects

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

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

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

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

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

I have configured my application to use two data sources. And I want data.sql to run on my primary datasource. But every...
上一页 下一页
.