1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-05 09:01:26 +08:00

Merge pull request #26 from Ghost-chu/master

修正 README.md 中 Maven 中心库的错误的URL
This commit is contained in:
2022-02-03 22:02:52 +08:00
committed by GitHub
+1 -1
View File
@@ -53,7 +53,7 @@
<!--采用Maven中心库,安全稳定,但版本更新需要等待同步--> <!--采用Maven中心库,安全稳定,但版本更新需要等待同步-->
<id>maven</id> <id>maven</id>
<name>Maven Central</name> <name>Maven Central</name>
<url>https://maven.pkg.github.com/CarmJos/EasySQL</url> <url>https://repo1.maven.org/maven2</url>
</repository> </repository>
<repository> <repository>