mirror of https://gitee.com/xiaonuobase/snowy
【更新】注释没有使用的数据库驱动依赖,更新README
parent
b98663ab7c
commit
11f6938623
12
pom.xml
12
pom.xml
|
@ -622,14 +622,14 @@
|
|||
</dependency>
|
||||
|
||||
<!-- postgresql -->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>org.postgresql</groupId>
|
||||
<artifactId>postgresql</artifactId>
|
||||
<version>${postgres.connector.java.version}</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<!-- oracle -->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>com.oracle.database.jdbc</groupId>
|
||||
<artifactId>ojdbc8</artifactId>
|
||||
<version>${oracle.connector.java.version}</version>
|
||||
|
@ -638,14 +638,14 @@
|
|||
<groupId>com.oracle.database.nls</groupId>
|
||||
<artifactId>orai18n</artifactId>
|
||||
<version>${oracle.nls.orai18n.version}</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<!-- mssql -->
|
||||
<dependency>
|
||||
<!--<dependency>
|
||||
<groupId>com.microsoft.sqlserver</groupId>
|
||||
<artifactId>mssql-jdbc</artifactId>
|
||||
<version>${mssql.connector.java.version}</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
|
|
|
@ -8,4 +8,8 @@
|
|||
|
||||
####开发工具插件api接口: snowy-plugin-dev-api
|
||||
|
||||
####代码生成api接口: snowy-plugin-gen-api
|
||||
|
||||
####移动端管理api接口: snowy-plugin-mobile-api
|
||||
|
||||
####系统功能插件api接口: snowy-plugin-sys-api
|
|
@ -8,4 +8,8 @@
|
|||
|
||||
####开发工具插件: snowy-plugin-dev
|
||||
|
||||
####代码生成插件: snowy-plugin-gen
|
||||
|
||||
####移动端管理插件: snowy-plugin-mobile
|
||||
|
||||
####系统功能插件: snowy-plugin-sys
|
Loading…
Reference in New Issue