Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.37 KB

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