标签:nbsp 修改 pen repos The artifact org 原因 stl
1 <!-- 导入java ee jar 包 --> 2 <dependency> 3 <groupId>javax</groupId> 4 <artifactId>javaee-api</artifactId> 5 <version>7.0</version> 6 </dependency>
注:
下面推荐2个maven找jar包配置的网站,只需要搜索关键字即可找到需要的Jar包,非常方便,比如:mysql就可以找到mysql-connect-java.jar。
http://search.maven.org/#search%7Cga%7C1%7Cmybatis
http://mvnrepository.com
标签:nbsp 修改 pen repos The artifact org 原因 stl
原文地址:https://www.cnblogs.com/wang-Java-begining/p/9905310.html