Commit 047abc0
committed
Add support for Spring Boot 3 auto-configuration
Since **Spring Boot 2.7** the auto-configuration file has been moved to a new file named
`META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports`
Adding existing configuration from `spring.factories` file should allow auto-configuration
registration for **Spring Boot 3**.
For backwards compatibility, entries will be kept in `spring.factories` as well.1 parent f2fdb9a commit 047abc0
File tree
1 file changed
+2
-0
lines changed- memcached-spring-boot-autoconfigure/src/main/resources/META-INF/spring
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments