Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何让 Intellij 运行由 my 生成的产品,maven package而不是其默认输出。我maven package对我的 jar 进行了一些修改,因此它的结果与我在常规应用程序启动时得到的结果不同。
maven package
你可以试试Maven Exec Plugin。