1、默认去除redis使用
2、默认去除日志的记录,可少配置一个mongodb或者 arangodb, 下载后导入数据库,并配置便可直接运行。
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
<application port="5002">
|
||||
<!-- 详细配置说明见: http://redkale.org/redkale.html#redkale_confxml -->
|
||||
<resources>
|
||||
<source name="redis" value="org.redkalex.cache.RedisCacheSource" xxx="16">
|
||||
<!-- 如果需要使用redis,此处配置 -->
|
||||
<!--<source name="redis" value="org.redkalex.cache.RedisCacheSource" xxx="16">
|
||||
<node addr="redishost" port="6379" password="pwd123"/>
|
||||
</source>
|
||||
</source>-->
|
||||
<properties>
|
||||
<property name="mongo.host" value="redishost"/>
|
||||
<property name="mongo.database" value="redbbs"/>
|
||||
|
Reference in New Issue
Block a user