Skip to content

LeeLi888/database-transfer-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

1. Quickly run in docker mode

Docker run

docker run -d -p 9090:9090 --name dbt dousee/database-trasnfer-tool

image

Check running status

docker ps

image

Run on your browser

image

image

image

image

2. Use the released module

download the latest released module

https://github.com/LeeLi888/database-transfer-tool/releases

use JDK11 to run it

java -jar database-transfer-tool.jar

image