|
@@ -35,6 +35,10 @@ spring.rabbitmq.host=192.168.0.26
|
|
|
spring.rabbitmq.port=5672
|
|
|
spring.rabbitmq.username=uat
|
|
|
spring.rabbitmq.password=uat
|
|
|
+# 开启重试
|
|
|
+spring.rabbitmq.listener.simple.retry.enabled=true
|
|
|
+# 重试次数,默认为3次
|
|
|
+spring.rabbitmq.listener.simple.retry.max-attempts=5
|
|
|
##mybatis-plus配置 ##
|
|
|
mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
|
mybatis-plus.configuration.map-underscore-to-camel-case=true
|
|
@@ -64,11 +68,9 @@ j2cache.open-spring-cache=true
|
|
|
j2cache.j2CacheConfig.serialization=fastjson
|
|
|
j2cache.cache-clean-mode=active
|
|
|
j2cache.redis-client=lettuce
|
|
|
-j2cache.j2CacheConfig.hosts = 192.168.0.47:6379
|
|
|
-j2cache.j2CacheConfig.password =
|
|
|
-j2cache.j2CacheConfig.database =14
|
|
|
-
|
|
|
-
|
|
|
+j2cache.j2CacheConfig.hosts=192.168.0.47:6379
|
|
|
+j2cache.j2CacheConfig.password=
|
|
|
+j2cache.j2CacheConfig.database=14
|
|
|
oss.point=http://oss-cn-shenzhen.aliyuncs.com
|
|
|
oss.key=LTAIUrvuHqj8pvry
|
|
|
oss.secrey=JLOVl0k8Ke0aaM8nLMMiUAZ3EiiqI4
|