dataflicker数据迁移代码编写

This commit is contained in:
2024-01-02 15:53:54 +08:00
parent 73172798c5
commit a927accddc
163 changed files with 13510 additions and 0 deletions

View File

@@ -17,4 +17,18 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<!--oracle数据源-->
<dependency>
<groupId>com.njcn</groupId>
<artifactId>oracle-source</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
</dependencies>
</project>