Commit c0f9e3d5 authored by Liang Ding's avatar Liang Ding

🔧 更新测试环境数据库配置

parent 26a8511f
......@@ -18,7 +18,7 @@
#
# Description: Solo local environment configurations for test.
# Version: 1.0.0.0, Feb 14, 2019
# Version: 1.0.0.1, Sep 11, 2019
# Author: Liang Ding
#
......@@ -27,14 +27,11 @@ runtimeDatabase=H2
jdbc.username=root
jdbc.password=
jdbc.driver=org.h2.Driver
jdbc.URL=jdbc:h2:./solo_h2_test/db
jdbc.URL=jdbc:h2:./solo_h2_test/db;MODE=MYSQL
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt=5
jdbc.maxConnCnt=10
# Be care to change the transaction isolation
jdbc.transactionIsolation=REPEATABLE_READ
# The specific table name prefix
jdbc.tablePrefix=b3_solo
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