JEECG技术群③ 289782002
parent
643516b380
commit
867c66e14e
|
@ -90,7 +90,7 @@ JEECG
|
||||||
|
|
||||||
技术交流
|
技术交流
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
* QQ交流群: ④176031980、②106838471(满)、①106259349(满)、③289782002(满)</br>
|
* QQ交流群: ③289782002、②106838471(满)、①106259349(满)、④176031980(满)</br>
|
||||||
* 官方论坛: [http://www.jeecg.org](http://www.jeecg.org)
|
* 官方论坛: [http://www.jeecg.org](http://www.jeecg.org)
|
||||||
* 官方网站: [http://www.guojusoft.com](http://www.guojusoft.com)
|
* 官方网站: [http://www.guojusoft.com](http://www.guojusoft.com)
|
||||||
* 官方博客: [http://blog.csdn.net/zhangdaiscott](http://blog.csdn.net/zhangdaiscott)
|
* 官方博客: [http://blog.csdn.net/zhangdaiscott](http://blog.csdn.net/zhangdaiscott)
|
||||||
|
|
11
pom.xml
11
pom.xml
|
@ -314,19 +314,18 @@
|
||||||
<version>${mysql.version}</version>
|
<version>${mysql.version}</version>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- sqlserver
|
<!-- sqlserver-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.microsoft.sqlserver</groupId>
|
<groupId>com.microsoft.sqlserver</groupId>
|
||||||
<artifactId>sqljdbc4</artifactId>
|
<artifactId>sqljdbc4</artifactId>
|
||||||
<version>${sqlserver.version}</version>
|
<version>${sqlserver.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
-->
|
<!-- oracle-->
|
||||||
<!-- oracle
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.oracle</groupId>
|
<groupId>com.oracle</groupId>
|
||||||
<artifactId>ojdbc14</artifactId>
|
<artifactId>ojdbc14</artifactId>
|
||||||
<version>${ojdbc14.version}</version>
|
<version>${ojdbc14.version}</version>
|
||||||
</dependency>-->
|
</dependency>
|
||||||
<!-- jtds for mssql/db2
|
<!-- jtds for mssql/db2
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.sourceforge.jtds</groupId>
|
<groupId>net.sourceforge.jtds</groupId>
|
||||||
|
@ -343,13 +342,13 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
-->
|
-->
|
||||||
<!-- postgresql
|
<!-- postgresql-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.jeecgframework</groupId>
|
<groupId>org.jeecgframework</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>${postgresql.version}</version>
|
<version>${postgresql.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
-->
|
|
||||||
<!-- 数据库相关依赖包 _end -->
|
<!-- 数据库相关依赖包 _end -->
|
||||||
|
|
||||||
<!-- WEB begin -->
|
<!-- WEB begin -->
|
||||||
|
|
Loading…
Reference in New Issue