Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
solo
Commits
494f86e8
Commit
494f86e8
authored
Aug 10, 2016
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重构 - 默认使用 H2 数据库
parent
b3926e13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
src/main/resources/local.properties
src/main/resources/local.properties
+13
-13
No files found.
src/main/resources/local.properties
View file @
494f86e8
...
@@ -16,25 +16,25 @@
...
@@ -16,25 +16,25 @@
#
#
# Description: Solo local environment configurations.
# Description: Solo local environment configurations.
# Version: 1.1.
2.8, Jan 8
, 2016
# Version: 1.1.
3.8, Aug 10
, 2016
# Author: Liang Ding
# Author: Liang Ding
#
#
#### H2 runtime ####
#### H2 runtime ####
#runtimeDatabase=H2
runtimeDatabase
=
H2
#jdbc.username=root
#jdbc.password=
#jdbc.driver=org.h2.Driver
#jdbc.URL=jdbc:h2:~/b3log_solo_h2/db
#jdbc.pool=h2
#### MySQL runtime ####
runtimeDatabase
=
MYSQL
jdbc.username
=
root
jdbc.username
=
root
jdbc.password
=
jdbc.password
=
jdbc.driver
=
com.mysql.jdbc.Driver
jdbc.driver
=
org.h2.Driver
jdbc.URL
=
jdbc:mysql://localhost:3306/b3log?useUnicode=yes&characterEncoding=utf8
jdbc.URL
=
jdbc:h2:~/b3log_solo_h2/db
jdbc.pool
=
druid
jdbc.pool
=
h2
#### MySQL runtime ####
#runtimeDatabase=MYSQL
#jdbc.username=root
#jdbc.password=
#jdbc.driver=com.mysql.jdbc.Driver
#jdbc.URL=jdbc:mysql://localhost:3306/b3log?useUnicode=yes&characterEncoding=utf8
#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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment