Commit b39e93df authored by Liang Ding's avatar Liang Ding

默认参数调整

parent c0e46974
<?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>
......
...@@ -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
...@@ -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
...@@ -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=10 jdbc.maxConnCnt=15
# Be care to change the transaction isolation # Be care to change the transaction isolation
jdbc.transactionIsolation=REPEATABLE_READ jdbc.transactionIsolation=REPEATABLE_READ
......
...@@ -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
...@@ -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=10 jdbc.maxConnCnt=15
# Be care to change the transaction isolation # Be care to change the transaction isolation
jdbc.transactionIsolation=REPEATABLE_READ jdbc.transactionIsolation=REPEATABLE_READ
......
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