problem description
how does maven package a ssh project into a jar
the environmental background of the problems and what methods you have tried
I directly run package, to package the code with only background logic. Can I package it and include all the webapp in it?
as shown in the figure above, all of them are packaged into a jar, and then run directly through java-jar. Is it necessary to embed a tomcat??