為什么我添加jetty時(shí)不是plugin標(biāo)簽而是dependency標(biāo)簽
<!-- 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網(wǎng)站上找的jetty是長這樣的,為什么不是plugin標(biāo)簽???
2019-05-13
就你找這串依賴的地方,上面有小標(biāo)簽,有一個(gè)plugin的選項(xiàng)
2019-08-15
貌似我之前也這么用過,不知道是什么原理呢