Add AOT support for redis repositories.
We now use the AOT infrastructure of Spring Framework 6 and data commons to provide AOT support building the foundation for native image compilation. Additionally we register hints for GraalVM native image. See: #2350
This commit is contained in:
2
src/main/resources/META-INF/spring/aot.factories
Normal file
2
src/main/resources/META-INF/spring/aot.factories
Normal file
@@ -0,0 +1,2 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.data.redis.aot.DataRedisRuntimeHints
|
||||
Reference in New Issue
Block a user