Polishing.
Adopt to improved naming scheme for runtime hints. See #1269
This commit is contained in:
@@ -37,7 +37,7 @@ import org.springframework.lang.Nullable;
|
||||
* @author Christoph Strobl
|
||||
* @since 3.0
|
||||
*/
|
||||
class JdbcRuntimeHintsRegistrar implements RuntimeHintsRegistrar {
|
||||
class JdbcRuntimeHints implements RuntimeHintsRegistrar {
|
||||
|
||||
@Override
|
||||
public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader) {
|
||||
@@ -1,2 +1,2 @@
|
||||
org.springframework.aot.hint.RuntimeHintsRegistrar=\
|
||||
org.springframework.data.jdbc.aot.JdbcRuntimeHintsRegistrar
|
||||
org.springframework.data.jdbc.aot.JdbcRuntimeHints
|
||||
|
||||
Reference in New Issue
Block a user