Commit 2076b38e authored by sky's avatar sky

local.properties还原配置

parent b5d4715e
...@@ -21,20 +21,20 @@ ...@@ -21,20 +21,20 @@
# #
#### H2 runtime #### #### H2 runtime ####
#runtimeDatabase=H2 runtimeDatabase=H2
#jdbc.username=root jdbc.username=root
#jdbc.password= jdbc.password=
#jdbc.driver=org.h2.Driver jdbc.driver=org.h2.Driver
#jdbc.URL=jdbc:h2:~/solo_h2/db jdbc.URL=jdbc:h2:~/solo_h2/db
#jdbc.pool=h2 jdbc.pool=h2
#### MySQL runtime #### #### MySQL runtime ####
runtimeDatabase=MYSQL #runtimeDatabase=MYSQL
jdbc.username=sky #jdbc.username=root
jdbc.password=manage #jdbc.password=
jdbc.driver=com.mysql.jdbc.Driver #jdbc.driver=com.mysql.jdbc.Driver
jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=utf8 #jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=utf8
jdbc.pool=druid #jdbc.pool=druid
# The minConnCnt MUST larger or equal to 3 # The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt=5 jdbc.minConnCnt=5
......
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