1、默认去除redis使用

2、默认去除日志的记录,可少配置一个mongodb或者 arangodb,

下载后导入数据库,并配置便可直接运行。
This commit is contained in:
2018-11-26 22:30:37 +08:00
parent 789acd698b
commit 25d4266d74
7 changed files with 20 additions and 19 deletions

View File

@@ -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"/>