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
a5f6e75c
Unverified
Commit
a5f6e75c
authored
Dec 24, 2018
by
Van
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
💄
#12497 space
parent
6de29707
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
src/main/resources/local.properties
src/main/resources/local.properties
+10
-10
src/main/webapp/admin-preference.ftl
src/main/webapp/admin-preference.ftl
+2
-1
src/main/webapp/skins
src/main/webapp/skins
+1
-1
No files found.
src/main/resources/local.properties
View file @
a5f6e75c
...
@@ -23,18 +23,18 @@
...
@@ -23,18 +23,18 @@
#
#
#### 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
#### MySQL runtime ####
#### MySQL runtime ####
#
runtimeDatabase=MYSQL
runtimeDatabase
=
MYSQL
#
jdbc.username=root
jdbc.username
=
root
#
jdbc.password=123456
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
# The minConnCnt MUST larger or equal to 3
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt
=
5
jdbc.minConnCnt
=
5
...
...
src/main/webapp/admin-preference.ftl
View file @
a5f6e75c
...
@@ -179,11 +179,12 @@
...
@@ -179,11 +179,12 @@
<button onclick="admin.preference.updateOss()">${updateLabel}</button>
<button onclick="admin.preference.updateOss()">${updateLabel}</button>
</span>
</span>
<span class="clear"></span>
<span class="clear"></span>
<span class="fn__flex">
<span class="fn__flex
-inline
">
<label class="fn__flex-inline">
<label class="fn__flex-inline">
${qiniuOssLabel}
${qiniuOssLabel}
<input name="ossServer" type="radio" value="qiniu" onclick="admin.preference.ossServerChange()"/>
<input name="ossServer" type="radio" value="qiniu" onclick="admin.preference.ossServerChange()"/>
</label>
</label>
<span> </span>
<label class="fn__flex-inline">
<label class="fn__flex-inline">
${aliyunOssLabel}
${aliyunOssLabel}
<input name="ossServer" type="radio" value="aliyun" onclick="admin.preference.ossServerChange()"/>
<input name="ossServer" type="radio" value="aliyun" onclick="admin.preference.ossServerChange()"/>
...
...
skins
@
da6806f2
Subproject commit
83f3a39cbc341ab37db6921622433382319bc0e2
Subproject commit
da6806f2b62a4ae3ad7227164a30ff8b4afffd9a
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