Properties 文件Mysql和Sql的四大金刚

driverClassName =com.mysql.jdbc.Driver
url=jdbc:mysql://127.0.0.1:23306/数据名useSSL = true&characterEncoding=utf8
user=root
password =root
Properties 文件Mysql和Sql的四大金刚
driverClassName =com.microsoft.sqlserver.jdbc.SQLServerDriver
url=jdbc:sqlserver://127.0.0.1:61433;DatabaseName=School
user=sa
password =sa