英文:
How to determine whether my Springboot war file includes an embedded http server or not?
问题
我有一个WAR文件,这是一个Springboot应用程序包。我可以解压它。如何判断这个文件是否包含了内嵌的HTTP服务器?如果它包含了内嵌的HTTP服务器,我认为我会在子目录下找到它的可执行文件,对吗?
英文:
I have an WAR file, which is a Springboot application package. I can unpack it. How do I figure out whether this guy was shipped with an embedded http server included or not? If it does include an embedded http server, I assume I would find its executable under a sub-directory, right?
专注分享java语言的经验与见解,让所有开发者获益!
评论