Commit 518d2149 authored by Liang Ding's avatar Liang Ding

🔧 #12712

parent e398a478
...@@ -18,17 +18,10 @@ ...@@ -18,17 +18,10 @@
# #
# Description: Solo local environment configurations. # Description: Solo local environment configurations.
# Version: 1.1.3.14, Mar 3, 2019 # Version: 1.1.3.15, Mar 17, 2019
# Author: Liang Ding # Author: Liang Ding
# #
#### H2 runtime ####
#runtimeDatabase=H2
#jdbc.username=root
#jdbc.password=
#jdbc.driver=org.h2.Driver
#jdbc.URL=jdbc:h2:~/solo_h2/db
#### MySQL runtime #### #### MySQL runtime ####
runtimeDatabase=MYSQL runtimeDatabase=MYSQL
jdbc.username=root jdbc.username=root
...@@ -36,6 +29,13 @@ jdbc.password=123456 ...@@ -36,6 +29,13 @@ jdbc.password=123456
jdbc.driver=com.mysql.cj.jdbc.Driver jdbc.driver=com.mysql.cj.jdbc.Driver
jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC
#### H2 runtime ####
#runtimeDatabase=H2
#jdbc.username=root
#jdbc.password=
#jdbc.driver=org.h2.Driver
#jdbc.URL=jdbc:h2:~/solo_h2/db;MODE=MYSQL
# The minConnCnt MUST larger or equal to 3 # The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt=5 jdbc.minConnCnt=5
jdbc.maxConnCnt=10 jdbc.maxConnCnt=10
......
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