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.guojusoft.com](http://www.guojusoft.com)
|
||||
* 官方博客: [http://blog.csdn.net/zhangdaiscott](http://blog.csdn.net/zhangdaiscott)
|
||||
|
|
11
pom.xml
11
pom.xml
|
@ -314,19 +314,18 @@
|
|||
<version>${mysql.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- sqlserver
|
||||
<!-- sqlserver-->
|
||||
<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
<artifactId>sqljdbc4</artifactId>
|
||||
<version>${sqlserver.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
<!-- oracle
|
||||
<!-- oracle-->
|
||||
<dependency>
|
||||
<groupId>com.oracle</groupId>
|
||||
<artifactId>ojdbc14</artifactId>
|
||||
<version>${ojdbc14.version}</version>
|
||||
</dependency>-->
|
||||
</dependency>
|
||||
<!-- jtds for mssql/db2
|
||||
<dependency>
|
||||
<groupId>net.sourceforge.jtds</groupId>
|
||||
|
@ -343,13 +342,13 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
-->
|
||||
<!-- postgresql
|
||||
<!-- postgresql-->
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>${postgresql.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
|
||||
<!-- 数据库相关依赖包 _end -->
|
||||
|
||||
<!-- WEB begin -->
|
||||
|
|
Loading…
Reference in New Issue