指定运行jar包中的某个类中的main函数

 java -classpath xxxx.jar com.xxx.aaa.myclass

com.xxx.aaa.myclass  表示main方法所在的类全路径

你可能感兴趣的:(springboot,jar,java,安全架构)