Java database connection configuration file properties

Mysql configuration:

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

    mysql.password=root

Oracle configuration:

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

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325849034&siteId=291194637