Skip to content

Commit 7e566a9

Browse files
author
yzhfd
committed
修复springboot启动阶段异常时会导致进程假死问题
1 parent cf1a2aa commit 7e566a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trpc-spring-boot-starters/trpc-spring-boot-starter/src/main/java/com/tencent/trpc/spring/boot/starters/listener/TRpcApplicationFailedListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.util.concurrent.atomic.AtomicBoolean;
2020

2121
/**
22-
* Handle the application failed event, the reason is TRpcLifecycleManager called before the application failed.
22+
* Handle the application failed event, the reason was TRpcLifecycleManager called before the application failed.
2323
*/
2424
@Order
2525
public class TRpcApplicationFailedListener implements ApplicationListener<ApplicationFailedEvent> {

0 commit comments

Comments
 (0)