摘要:
CommandLineRunner、ApplicationRunner 接口是在容器启动成功后的最后一步回调(类似开机自动启动)。 CommandLineRunner、ApplicationRunner 用法和作用都差不多,唯一不同的是在接收的参数形式上不一致。 以启动Jar包为例 CommandL 阅读全文
摘要:
注:ApplicationRunner 接口是在容器启动成功后的最后一步回调(类似开机自启动)。 UDPServer UDPServerHandler 阅读全文