-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Spring Boot 2.1.0 M4 Release Notes
Phillip Webb edited this page Nov 13, 2024
·
1 revision
See instructions in the 2.1.0.M3 release notes for upgrading from v2.1.0.M2 and earlier.
Tip
|
Check the configuration changelog for a complete overview of the changes in configuration. |
Spring Data includes repository support for JDBC and will automatically generate SQL for
the methods on CrudRepository
. Spring Boot will auto-configure Spring Data’s JDBC repositories when the necessary dependencies are on the classpath. They can be added to your project with a single
dependency on spring-boot-starter-data-jdbc
. For complete details of Spring Data JDBC, please refer to the
reference documentation.
The following metrics are now available as core metrics when applicable:
-
Kafka consumer metrics
-
Log4j2 metrics