mirror of
https://github.com/CarmJos/EasySQL.git
synced 2026-06-04 15:28:20 +08:00
初始版本完成
This commit is contained in:
@@ -7,15 +7,19 @@
|
||||
<groupId>cc.carm.lib</groupId>
|
||||
<artifactId>easysql-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.0.0</version>
|
||||
<version>v0.0.1</version>
|
||||
|
||||
<modules>
|
||||
<module>easysql-api</module>
|
||||
<module>easysql-impl</module>
|
||||
|
||||
<module>easysql-beecp</module>
|
||||
<module>easysql-hikaricp</module>
|
||||
|
||||
</modules>
|
||||
|
||||
<name>EasySQL</name>
|
||||
<description>简单便捷的数据库操作工具,采用 BeeCP 连接池。</description>
|
||||
<description>简单便捷的数据库操作工具,可自选连接池。</description>
|
||||
<url>https://github.com/CarmJos/${name}</url>
|
||||
|
||||
<developers>
|
||||
@@ -110,10 +114,6 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.1</version>
|
||||
<configuration>
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
@@ -219,7 +219,7 @@
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
|
||||
</build>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user