Update README.md

This commit is contained in:
synchronized 2019-06-25 21:57:50 +08:00 committed by GitHub
parent f2053339a7
commit b390fe3f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ maven导入jar包在项目根目录创建`libs`文件夹然后pom.xml添
<groupId>com.github.whvcse</groupId>
<artifactId>EasyCaptcha</artifactId>
<version>1.5.0</version>
<systemPath>${basedir}/libs/EasyCaptcha.jar</systemPath>
<systemPath>${basedir}/libs/EasyCaptcha-1.5.0.jar</systemPath>
</dependency>
```