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
b39e93df
Commit
b39e93df
authored
Feb 11, 2014
by
Liang Ding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认参数调整
parent
c0e46974
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
17 deletions
+21
-17
war/gae/pom.xml
war/gae/pom.xml
+5
-1
war/gae/src/main/resources/latke.properties
war/gae/src/main/resources/latke.properties
+4
-4
war/h2/src/main/resources/latke.properties
war/h2/src/main/resources/latke.properties
+4
-4
war/h2/src/main/resources/local.properties
war/h2/src/main/resources/local.properties
+2
-2
war/mysql/src/main/resources/latke.properties
war/mysql/src/main/resources/latke.properties
+4
-4
war/mysql/src/main/resources/local.properties
war/mysql/src/main/resources/local.properties
+2
-2
No files found.
war/gae/pom.xml
View file @
b39e93df
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
<!--
Description: B3log Solo GAE POM.
Description: B3log Solo GAE POM.
Version: 2.0.2.
4, Oct 29, 2013
Version: 2.0.2.
5, Feb 11, 2014
Author: Liang Ding
Author: Liang Ding
-->
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
...
@@ -57,6 +57,10 @@
...
@@ -57,6 +57,10 @@
<groupId>
c3p0
</groupId>
<groupId>
c3p0
</groupId>
<artifactId>
c3p0
</artifactId>
<artifactId>
c3p0
</artifactId>
</exclusion>
</exclusion>
<exclusion>
<groupId>
com.alibaba
</groupId>
<artifactId>
druid
</artifactId>
</exclusion>
<!-- GAE container is not JBoss -->
<!-- GAE container is not JBoss -->
<exclusion>
<exclusion>
<groupId>
org.jboss
</groupId>
<groupId>
org.jboss
</groupId>
...
...
war/gae/src/main/resources/latke.properties
View file @
b39e93df
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.0.1.
0, Oct 31, 2013
# Version: 1.0.1.
1, Feb 11, 2014
# Author: Liang Ding
# Author: Liang Ding
#
#
...
@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
...
@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
runtimeEnv
=
GAE
runtimeEnv
=
GAE
#### Runtime Mode ####
#### Runtime Mode ####
runtimeMode
=
DEVELOPMENT
#
runtimeMode=DEVELOPMENT
#
runtimeMode=PRODUCTION
runtimeMode
=
PRODUCTION
#### Cache Implementation ####
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
...
@@ -52,4 +52,4 @@ cache=GAE
...
@@ -52,4 +52,4 @@ cache=GAE
userService
=
LOCAL
userService
=
LOCAL
#### Static resource version ####
#### Static resource version ####
staticResourceVersion
=
201310311200
staticResourceVersion
=
201402112200
\ No newline at end of file
\ No newline at end of file
war/h2/src/main/resources/latke.properties
View file @
b39e93df
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.0.1.
0, Oct 31, 2013
# Version: 1.0.1.
1, Feb 11, 2014
# Author: Liang Ding
# Author: Liang Ding
#
#
...
@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
...
@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
runtimeEnv
=
LOCAL
runtimeEnv
=
LOCAL
#### Runtime Mode ####
#### Runtime Mode ####
#runtimeMode=
PRODUCTION
#runtimeMode=
DEVELOPMENT
runtimeMode
=
DEVELOPMENT
runtimeMode
=
PRODUCTION
#### Cache Implementation ####
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
...
@@ -52,4 +52,4 @@ cache=LOCAL
...
@@ -52,4 +52,4 @@ cache=LOCAL
userService
=
LOCAL
userService
=
LOCAL
#### Static resource version ####
#### Static resource version ####
staticResourceVersion
=
201310311200
staticResourceVersion
=
201402112200
\ No newline at end of file
\ No newline at end of file
war/h2/src/main/resources/local.properties
View file @
b39e93df
...
@@ -35,8 +35,8 @@ jdbc.password=
...
@@ -35,8 +35,8 @@ jdbc.password=
jdbc.pool
=
h2
jdbc.pool
=
h2
# The minConnCnt MUST larger or equal to 3
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt
=
3
jdbc.minConnCnt
=
5
jdbc.maxConnCnt
=
1
0
jdbc.maxConnCnt
=
1
5
# Be care to change the transaction isolation
# Be care to change the transaction isolation
jdbc.transactionIsolation
=
REPEATABLE_READ
jdbc.transactionIsolation
=
REPEATABLE_READ
...
...
war/mysql/src/main/resources/latke.properties
View file @
b39e93df
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#
#
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Description: B3log Latke configurations. Configures the section "Server" carefully.
# Version: 1.0.1.
0, Oct 31, 2013
# Version: 1.0.1.
1, Feb 11, 2014
# Author: Liang Ding
# Author: Liang Ding
#
#
...
@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
...
@@ -41,8 +41,8 @@ scanPath=org.b3log.solo
runtimeEnv
=
LOCAL
runtimeEnv
=
LOCAL
#### Runtime Mode ####
#### Runtime Mode ####
runtimeMode
=
DEVELOPMENT
#
runtimeMode=DEVELOPMENT
#
runtimeMode=PRODUCTION
runtimeMode
=
PRODUCTION
#### Cache Implementation ####
#### Cache Implementation ####
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
# Note: If the runtime environment is LOCAL, the cache will be 'LOCAL' always
...
@@ -52,4 +52,4 @@ cache=LOCAL
...
@@ -52,4 +52,4 @@ cache=LOCAL
userService
=
LOCAL
userService
=
LOCAL
#### Static resource version ####
#### Static resource version ####
staticResourceVersion
=
201310311200
staticResourceVersion
=
201402112200
\ No newline at end of file
\ No newline at end of file
war/mysql/src/main/resources/local.properties
View file @
b39e93df
...
@@ -37,8 +37,8 @@ jdbc.password=
...
@@ -37,8 +37,8 @@ jdbc.password=
jdbc.pool
=
druid
jdbc.pool
=
druid
# The minConnCnt MUST larger or equal to 3
# The minConnCnt MUST larger or equal to 3
jdbc.minConnCnt
=
3
jdbc.minConnCnt
=
5
jdbc.maxConnCnt
=
1
0
jdbc.maxConnCnt
=
1
5
# Be care to change the transaction isolation
# Be care to change the transaction isolation
jdbc.transactionIsolation
=
REPEATABLE_READ
jdbc.transactionIsolation
=
REPEATABLE_READ
...
...
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