Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
solo-1
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-1
Commits
351612c3
Unverified
Commit
351612c3
authored
Sep 16, 2018
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔧
Fix #12510
parent
9c47dbdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
pom.xml
pom.xml
+2
-2
src/main/resources/local.properties
src/main/resources/local.properties
+4
-4
No files found.
pom.xml
View file @
351612c3
<?xml version="1.0" encoding="UTF-8"?>
<!--
Description: Solo POM.
Version: 3.18.3.
19, Sep 13
, 2018
Version: 3.18.3.
20, Sep 16
, 2018
Author: <a href="http://88250.b3log.org">Liang Ding</a>
Author: <a href="http://www.annpeter.cn">Ann Peter</a>
Author: <a href="http://vanessa.b3log.org">Vanessa</a>
...
...
@@ -102,7 +102,7 @@
<!-- Unit Test -->
<testng.version>
6.1.1
</testng.version>
<!-- JDBC Drivers -->
<mysql-connector-java.version>
5.1.4
2
</mysql-connector-java.version>
<mysql-connector-java.version>
8.0.1
2
</mysql-connector-java.version>
</properties>
<dependencies>
...
...
src/main/resources/local.properties
View file @
351612c3
...
...
@@ -18,7 +18,7 @@
#
# Description: Solo local environment configurations for test.
# Version: 1.1.3.1
0, Sep 13
, 2018
# Version: 1.1.3.1
1, Sep 16
, 2018
# Author: Liang Ding
#
...
...
@@ -32,9 +32,9 @@ jdbc.URL=jdbc:h2:~/solo_h2/db
#### MySQL runtime ####
#runtimeDatabase=MYSQL
#jdbc.username=root
#jdbc.password=
#jdbc.driver=com.mysql.jdbc.Driver
#jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=
utf8
#jdbc.password=
123456
#jdbc.driver=com.mysql.
cj.
jdbc.Driver
#jdbc.URL=jdbc:mysql://localhost:3306/solo?useUnicode=yes&characterEncoding=
UTF-8&useSSL=false&serverTimezone=UTC
# The minConnCnt MUST larger or equal to 3
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