各个数据库的连接URL

Oracle:
jdbc:oracle:thin:@localhost:1521: dbName
sqlserver:
jdbc:microsoft:sqlserver://localhost:1433:Databasename=dbName
mysql:
jdbc:mysql://localhost:3306/liuruichao?user=root&password=nicai
原文地址:https://www.cnblogs.com/liuruichao/p/4005875.html