ddl支持复制和高亮,postgresql支持

This commit is contained in:
暮光:城中城
2021-01-06 23:53:14 +08:00
parent e949570c1a
commit e66586c765
11 changed files with 133 additions and 52 deletions

View File

@@ -67,6 +67,11 @@
<artifactId>ojdbc6</artifactId>
<version>12.1.0.1-atlassian-hosted</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.2.2</version>
</dependency>
<dependency>
<groupId>com.github.dozermapper</groupId>