标签:3.0 3.3 ima image tor 分享图片 坐标 添加 src
https://mvnrepository.com/
https://search.maven.org/
Maven 配置中添加依赖的方法
<dependencies> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.3.0</version> </dependency> <!-- 其他依赖 --> </dependencies>
上面的依赖对应的 jar 包为 mybatis-3.3.0.jar
标签:3.0 3.3 ima image tor 分享图片 坐标 添加 src
原文地址:https://www.cnblogs.com/0820LL/p/10074163.html