spring boot中jar包方式运行主要依赖于,打包后在jar归档文件根目录的org.springfreamwork.boot.loader.JarLauncher类中执行main方法。 JarLauncher是其中的一个启动引导类,除此以外还有warLauncher,但我们不做过多探讨; 说说 Read More
posted @ 2020-06-30 21:57 soft.push("zzq") Views(340) Comments(0) Diggs(0)