标签:pom 执行 相关 方法 接口 配置 eth 代码 包含
1.jar包中包含BOOT-INF、META-INF、spring boot loader
2.BOOT-INF包含项目编译的业务代码class
3.META-INF包含pom和启动配置相关信息
4.loader中包含整个jar包的启动入口类
5.通过loader中的Launcher接口进入MainMethodRunner
6.通过MainMethodRunner中的方法反射执行main方法启动整个服务
标签:pom 执行 相关 方法 接口 配置 eth 代码 包含
原文地址:https://www.cnblogs.com/scaling/p/11925453.html