We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c25fca commit 4f503c7Copy full SHA for 4f503c7
src/main/java/com/github/netty/core/util/ApplicationX.java
@@ -109,6 +109,7 @@ public ApplicationX(Supplier<ClassLoader> resourceLoader) {
109
"org.springframework.core.annotation.Order");
110
addSingletonBean(this);
111
registerAnnotationConfigProcessors(this);
112
+ registerBeanPostProcessors(this);
113
Runtime.getRuntime().addShutdownHook(new Thread(this::shutdownHook, "app.shutdownHook-" + SHUTDOWN_HOOK_ID_INCR.getAndIncrement()));
114
}
115
0 commit comments