测试数据库配置

parent 3084833f
...@@ -25,11 +25,18 @@ db.table.prefix=sunac_ ...@@ -25,11 +25,18 @@ db.table.prefix=sunac_
# #
#本地测试库 #本地测试库
jdbc.type=mysql #jdbc.type=mysql
jdbc.driver.class=com.mysql.jdbc.Driver #jdbc.driver.class=com.mysql.jdbc.Driver
jdbc.url=jdbc\:mysql\://localhost\:3306/sunac_report?useUnicode\=true&characterEncoding\=utf-8 #jdbc.url=jdbc\:mysql\://localhost\:3306/sunac_report?useUnicode\=true&characterEncoding\=utf-8
jdbc.username=root #jdbc.username=root
jdbc.password=123456 #jdbc.password=123456
#测试环境
jdbc.type=oracle
jdbc.driver.class=oracle.jdbc.driver.OracleDriver
jdbc.url=jdbc:oracle:thin:@192.168.7.16:1521:eas
jdbc.username= easdba
jdbc.password= easdba
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment