In the Internet of Things industry, we often use InfluxDB and MongoDB databases. Why did the official Spring Boot data project provide other databases and abandon support for InfluxDB databases I hope to support both the 2. x and boot3 versions of the InfluxDB database
Comment From: mdeinum
See https://github.com/spring-projects/spring-boot/issues/35190
So it hasn't been removed (only support for old versions of InfluxDB) and InfluxDB now has its own integration which should be used.
Comment From: wilkinsona
Thanks, @mdeinum.