Java数据库连接配置文件properties

时间:2022-03-31 11:59:51

Mysql配置:

    mysql.driver=com.mysql.jdbc.Driver
    mysql.url=jdbc:mysql://localhost:3306/mydb?characterEncoding=utf8
    mysql.username=root

    mysql.password=root

Oracle配置:

    oracle.driverClassName=oracle.jdbc.OracleDriver
    oracle.url=jdbc:oracle:thin:@localhost:1521:xe
    oracle.username=hr
    oracle.password=hr