请问服务端如何启动呢?
在代码 当中就是个main调用,打成包丢在Tomcat 里面就可以吗?求大佬指教,小白还请多包涵
将源码打成Jar包,直接在Java虚拟机里跑Jar就行了。
------------------ 原始邮件 ------------------ 发件人: hoheyho <[email protected]> 发送时间: 2019年11月4日 14:59 收件人: WangErXiao/ServerClient <[email protected]> 抄送: Subscribed <[email protected]> 主题: 回复:[WangErXiao/ServerClient] 请问服务端如何启动呢? (#2)
在代码 当中就是个main调用,打成包丢在Tomcat 里面就可以吗?求大佬指教,小白还请多包涵
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
将源码打成Jar包,直接在Java虚拟机里跑Jar就行了。 … ------------------ 原始邮件 ------------------ 发件人: hoheyho <[email protected]> 发送时间: 2019年11月4日 14:59 收件人: WangErXiao/ServerClient <[email protected]> 抄送: Subscribed <[email protected]> 主题: 回复:[WangErXiao/ServerClient] 请问服务端如何启动呢? (#2) 在代码 当中就是个main调用,打成包丢在Tomcat 里面就可以吗?求大佬指教,小白还请多包涵 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
这个不是boot工程呢,