【更新】注释没有使用的数据库驱动依赖,更新README

pull/87/head
xuyuxiang 2023-03-08 14:48:34 +08:00
parent b98663ab7c
commit 11f6938623
3 changed files with 14 additions and 6 deletions

12
pom.xml
View File

@ -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>

View File

@ -8,4 +8,8 @@
####开发工具插件api接口: snowy-plugin-dev-api
####代码生成api接口: snowy-plugin-gen-api
####移动端管理api接口: snowy-plugin-mobile-api
####系统功能插件api接口: snowy-plugin-sys-api

View File

@ -8,4 +8,8 @@
####开发工具插件: snowy-plugin-dev
####代码生成插件: snowy-plugin-gen
####移动端管理插件: snowy-plugin-mobile
####系统功能插件: snowy-plugin-sys