You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,14 @@ Instead of using the library you can manually wrap your `DataSource`, but this l
17
17
18
18
#### Quick Start
19
19
20
-
Add one of the starters to the classpath of a Spring Boot 3 application and your datasources (auto-configured or custom) will be wrapped into one of a datasource proxy providers below.
20
+
Add one of the starters to the classpath of a Spring Boot 4 application and your datasources (auto-configured or custom) will be wrapped into one of a datasource proxy providers below.
21
21
22
-
The latest release version is [](https://mvnrepository.com/artifact/com.github.gavlyukovskiy/datasource-decorator-spring-boot-autoconfigure/)
22
+
Spring Boot compatibility
23
23
24
-
> [!NOTE]
25
-
> For Spring Boot 2 applications, the latest compatible version is 1.8.1.
0 commit comments