<!-- jetty -->
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-server -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.12.v20180830</version>
</dependency>
我从Maven repository网站上找的jetty是长这样的,为什么不是plugin标签啊?
就你找这串依赖的地方,上面有小标签,有一个plugin的选项
貌似我之前也这么用过,不知道是什么原理呢