如何确定我的Springboot war文件是否包含嵌入式HTTP服务器?

huangapple 未分类评论49阅读模式
英文:

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?

huangapple
  • 本文由 发表于 2020年7月23日 15:52:18
  • 转载请务必保留本文链接:https://java.coder-hub.com/63049419.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定