Skip to content

Commit 4f503c7

Browse files
https://github.com/wangzihaogithub/spring-boot-protocol/issues/49
1 parent 4c25fca commit 4f503c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/netty/core/util/ApplicationX.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public ApplicationX(Supplier<ClassLoader> resourceLoader) {
109109
"org.springframework.core.annotation.Order");
110110
addSingletonBean(this);
111111
registerAnnotationConfigProcessors(this);
112+
registerBeanPostProcessors(this);
112113
Runtime.getRuntime().addShutdownHook(new Thread(this::shutdownHook, "app.shutdownHook-" + SHUTDOWN_HOOK_ID_INCR.getAndIncrement()));
113114
}
114115

0 commit comments

Comments
 (0)