7 ヶ月 前
コミット
c68bf645f6
46 ファイル変更1858 行追加0 行削除
  1. 35 0
      application-dev.properties
  2. 348 0
      application.properties
  3. 628 0
      baseData/tpl_t.sql
  4. 4 0
      fae-ms/attachment-dev.properties
  5. 4 0
      fae-ms/attachment-test.properties
  6. 4 0
      fae-ms/attachment.properties
  7. 61 0
      fae-ms/devops-dev.properties
  8. 17 0
      fae-ms/devops-test.properties
  9. 61 0
      fae-ms/devops.properties
  10. 86 0
      fae-ms/gateway-dev.properties
  11. 35 0
      fae-ms/gateway-test.properties
  12. 156 0
      fae-ms/gateway.properties
  13. 1 0
      fae-ms/i18n-dev.properties
  14. 1 0
      fae-ms/i18n-test.properties
  15. 37 0
      fae-ms/job.properties
  16. 1 0
      fae-ms/lookup.properties
  17. 1 0
      fae-ms/menu-dev.properties
  18. 1 0
      fae-ms/menu-test.properties
  19. 1 0
      fae-ms/menu.properties
  20. 4 0
      fae-ms/registry-dev.properties
  21. 4 0
      fae-ms/registry-test.properties
  22. 4 0
      fae-ms/security-dev.properties
  23. 9 0
      fae-ms/smartmsDemo.properties
  24. 60 0
      fae-ms/swagger-dev.properties
  25. 13 0
      fae-ms/swagger-test.properties
  26. 57 0
      fae-ms/swagger.properties
  27. 1 0
      fae-ms/test-dev.properties
  28. 1 0
      fae-ms/upload-dev.properties
  29. 1 0
      fae-ms/upload-test.properties
  30. 1 0
      fae-ms/web.properties
  31. 10 0
      fae-ms/workflow.properties
  32. 9 0
      fae/aec.properties
  33. 9 0
      fae/aet.properties
  34. 12 0
      fae/turbine.properties
  35. 0 0
      youqu-ms/activity-dev.properties
  36. 1 0
      youqu-ms/app-dev.properties
  37. 6 0
      youqu-ms/apptest-dev.properties
  38. 22 0
      youqu-ms/auth-dev.properties
  39. 67 0
      youqu-ms/automation-dev.properties
  40. 13 0
      youqu-ms/awardpoint-dev.properties
  41. 0 0
      youqu-ms/news-dev.properties
  42. 0 0
      youqu-ms/other-dev.properties
  43. 0 0
      youqu-ms/partybuilding-dev.properties
  44. 0 0
      youqu-ms/statistics-dev.properties
  45. 56 0
      youqu-ms/system-dev.properties
  46. 16 0
      youqu-ms/task-dev.properties

+ 35 - 0
application-dev.properties

@@ -0,0 +1,35 @@
+swagger.api.enabled=true
+spring.cloud.consul.discovery.instance-id=${user.name}:${spring.cloud.client.ipAddress}:${server.port}
+spring.cloud.consul.discovery.healthCheckCriticalTimeout=5m
+
+spring.profiles.active=dev
+logging.level.com.fiberhome.ms=DEBUG
+
+# Database index used by the connection factory.
+spring.redis.database=14
+
+# store-type=[none,redis]
+spring.session.store-type=${App.Cache}
+
+spring.freemarker.cache=false
+
+spring.cloud.config.watch.enabled=true
+
+App.dev=true
+
+
+fae.resource.commonJs=\
+web/common/jquery/jquery-1.11.3.min,\
+web/common/util-all,\
+web/config/log4js.config,\
+web/common/jquery.ba-hashchange.min,\
+web/common/react/react,\
+web/common/react/react-with-addons,\
+web/common/react/react-dom,\
+web/common/react-draggable.min,\
+web/common/plupload/plupload.full.min,\
+web/common/scrollbar/jquery.mCustomScrollbar.concat.min,\
+web/common/react/browser.min
+
+fae.resource.coreJs=web/core/main
+fae.resource.uiJs=web/ui/antd2x/antd.min,web/ui/SmartUI,web/ui/wegits/main,web/theme/index,web/ui/react-debug

+ 348 - 0
application.properties

@@ -0,0 +1,348 @@
+#info.description=Fiberhome Cloud Platform
+#info.url=https://www.fcae.com
+
+
+banner.charset=UTF-8
+#Banner file location.
+banner.location=classpath:smartms.txt
+
+server.port=${app.port:8080}
+
+spring.jmx.enabled=false
+
+
+#ribbon.IsSecure=true
+#retry
+#该参数用来开启重试机制
+spring.cloud.loadbalancer.retry.enabled=true
+
+ribbon.okhttp.enabled=true
+ribbon.httpclient.enabled=false
+
+
+
+feign.okhttp.enabled=true
+feign.httpclient.enabled=false
+
+#开启熔断
+hystrix.threadpool.default.coreSize=50
+#feign.hystrix.enabled=true
+
+feign.compression.request.enabled=true
+feign.compression.response.enabled=true
+
+#spring.aop.proxy-target-class=true
+fcae-domain=fcae.com
+# 是否开启安全校验
+fae.ms.server.security.enabled=true
+#服务注册的命名空间
+fae.ms.namespace=BMS
+
+
+#mq
+spring.rabbitmq.addresses=10.128.151.4:5672
+spring.rabbitmq.username=root_mq
+spring.rabbitmq.password=fhyq@mq3692
+#消息发送到交换机确认机制,是否确认回调
+spring.rabbitmq.publisher-confirms=true
+spring.rabbitmq.listener.simple.acknowledge-mode=manual
+
+
+#consul
+spring.cloud.consul.host=10.128.151.4
+spring.cloud.consul.port=8500
+
+spring.cloud.consul.discovery.prefer-ip-address=true
+spring.cloud.consul.discovery.instance-id=${spring.application.name}:${spring.cloud.client.ipAddress}:${server.port}
+spring.cloud.consul.discovery.instanceGroup=bms
+spring.cloud.consul.discovery.tags=v-1.0.0,namespace=fae
+spring.cloud.consul.discovery.acl-token=86ad95d5-c273-4213-a9c0-6e454e3778f0
+
+spring.cloud.consul.discovery.registerHealthCheck=true
+spring.cloud.consul.discovery.healthCheckTimeout=10s
+spring.cloud.consul.discovery.healthCheckCriticalTimeout=30m
+
+
+# DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
+#当创建连接池时,没法创建指定最小连接数量是否抛异常
+spring.datasource.hikari.initialization-fail-fast=true
+#数据库连接错误时是否继续启动应用
+spring.datasource.continue-on-error=false
+#指定初始化数据源,是否用data.sql来初始化,默认: true
+spring.datasource.initialize=false
+#是否开启jmx监控
+spring.datasource.jmx-enabled=false
+#spring.datasource.jndi-name=
+#连接池最大连接数
+spring.datasource.hikari.maximumPoolSize=100
+#连接池最小连接数 根据实际情况调整 期望是完全覆盖常用场景并略微富余  设置过大占用资源和连接 过小会频繁的新建或销毁连接
+spring.datasource.hikari.minimumIdle=10
+#是否允许中断
+spring.datasource.hikari.allow-pool-suspension=false
+spring.datasource.hikari.connection-test-query=select 1
+##驱动类
+spring.datasource.hikari.driver-class-name=com.mysql.jdbc.Driver
+#指定连接多久没被使用时,被标记为空闲
+spring.datasource.hikari.idle-timeout=600000
+#连接最大生命周期
+spring.datasource.hikari.max-lifetime=1800000
+#连接超时
+spring.datasource.hikari.connection-timeout=30000
+#登陆超时时间
+spring.datasource.hikari.login-timeout=5000
+#校验的超时时间
+spring.datasource.hikari.validation-timeout=5000
+##url
+#spring.datasource.hikari.jdbc-url=jdbc:mysql://10.128.151.4:3306/youqu_test?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&jdbcCompliantTruncation=false&zeroDateTimeBehavior=convertToNull
+spring.datasource.hikari.jdbc-url=jdbc:mysql://10.128.151.1:3306/snd_test?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&jdbcCompliantTruncation=false&zeroDateTimeBehavior=convertToNull
+
+#用户名
+spring.datasource.hikari.username=6_test
+#密码
+spring.datasource.hikari.password=6_test@123
+
+spring.datasource.type=com.zaxxer.hikari.HikariDataSource
+#名称
+spring.datasource.hikari.pool-name=${spring.application.name}_dataSourcePool
+
+#spring.datasource.url=jdbc:mysql://10.128.151.4:3306/6_test?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true
+#spring.datasource.username=6_test
+#spring.datasource.password=6_test@123
+#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+########################################################
+### REDIS (RedisProperties)
+########################################################
+# Maximum number of redirects to follow when executing commands across the cluster.
+#spring.redis.cluster.max-redirects=
+# Comma-separated list of "host:port" pairs to bootstrap from.
+#spring.redis.cluster.nodes=
+# Database index used by the connection factory.
+
+#spring.redis.database=14
+# Redis server host.
+#spring.redis.host=10.128.151.107
+spring.redis.cluster.nodes=192.168.136.60:6180,192.168.136.60:6181,192.168.136.60:6179
+# Login password of the redis server.
+spring.redis.password=fiberhome_cict
+# Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
+spring.redis.pool.max-active=500
+# Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
+spring.redis.pool.max-idle=20
+# Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
+spring.redis.pool.max-wait=-1
+# Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
+spring.redis.pool.min-idle=0
+# Redis server port.
+#spring.redis.port=6379
+# Name of Redis server.
+#spring.redis.sentinel.master=
+# Comma-separated list of host:port pairs.
+#spring.redis.sentinel.nodes=
+# Connection timeout in milliseconds.
+spring.redis.timeout=10000
+
+#WEB
+App.Version=2.1.0-dev
+# Redis下的cache,session顶级命名空间用App.Name配置
+App.Name=SmartMs
+App.HomePage=web/smartas/demo/Dashboard.html
+App.Theme=light
+# app.cache=[none,redis]
+App.Cache=${app.cache:redis}
+
+spring.mvc.resource.enabled=false
+spring.resources.add-mappings=false
+
+
+spring.freemarker.template-loader-path=classpath:/ftl/
+spring.freemarker.cache=true
+
+fae.ms.session.cookieName=JSESSIONID
+fae.ms.session.useSecureCookie=false
+fae.ms.session.useHttpOnlyCookie=true
+fae.ms.session.cookiePath=/
+#session.domainName=smartas.com
+#针对IP地址访问的情况,可以不设置。
+fae.ms.session.domainName=
+fae.ms.session.cookieMaxAge=-1
+#配置domain模式匹配,属于高级控制,并且和session.domainName不可同时设置值
+fae.ms.session.domainNamePattern=
+#有效期(秒)
+fae.ms.session.maxInactiveIntervalInSeconds=3600
+
+
+fae.resource.css=\
+web/common/fontawesome/css/font-awesome.min,\
+web/common/scrollbar/jquery.mCustomScrollbar.min,\
+web/ui/antd2x/antd.min,\
+web/common/plupload/plupload,\
+web/ui/css/smart,\
+web/ui/css/main,\
+web/ui/theme/smart-icons,\
+web/theme/index,\
+web/theme/theme
+
+fae.resource.commonJs=\
+web/common/jquery/jquery-1.11.3.min,\
+web/common/util-all.min,\
+web/config/log4js.config,\
+web/common/jquery.ba-hashchange.min,\
+web/common/react/react-all.min,\
+web/common/react-draggable.min,\
+web/common/plupload/plupload.full.min,\
+web/common/scrollbar/jquery.mCustomScrollbar.concat.min
+
+fae.resource.coreJs=web/core/main.min
+fae.resource.uiJs=web/ui/antd2x/antd.min,web/ui/SmartUI,web/ui/wegits/main.min,web/theme/index
+
+##weedfs服务器路径
+masterUrl=http://10.110.200.62:9333
+
+#配置springboot上传文件大小
+#spring.servlet.multipart.enabled=true
+#spring.servlet.multipart.max-file-size=30Mb  
+#spring.servlet.multipart.max-request-size=30Mb
+spring.http.multipart.enabled=true
+spring.http.multipart.maxFileSize=30MB
+spring.http.multipart.maxRequestSize=30MB
+
+#sleuth
+spring.sleuth.enabled=true
+spring.sleuth.log.slf4j.enabled=false
+#spring.zipkin.base-url=http://10.110.200.29:8911/
+spring.sleuth.sampler.percentage=1.0
+spring.sleuth.scheduled.skipPattern=org.springframework.*
+
+
+#关闭敏感信息
+endpoints.health.sensitive=false
+
+#关闭权限校验
+management.security.enabled=false
+
+#去掉重复的metrics
+spring.metrics.servo.enabled=false
+
+#工作流
+workflow.mail.server.host=smtp.fiberhome.com
+workflow.mail.server.port=25
+workflow.mail.send.user=
+workflow.mail.send.password=
+workflow.mail.send.protocol=smtp
+workflow.mail.auth=true
+workflow.mail.timeout=25000
+#个推 测试版
+#ios
+GETUI_AppStore_AppID = 8S69qrlfgq6iBvYeNoopb8
+GETUI_AppStore_AppKey = UDQdh7Grsn8A9U8CePle73
+GETUI_AppStore_MASTERSECRET = oBXZ7SRLYPA1wr5FAo4Wu1
+#安卓
+GETUI_AppID = gtMr3X9FBV9VWSSJfJXIs8
+GETUI_AppKey = uUMfaIie0y9HGxzNlM9GP2
+GETUI_MASTERSECRET = uMxfT2lxuz5NCt05B5qcb2
+
+#个推 武船版
+#ios
+#GETUI_AppStore_AppID = epQkfnqd7VA01C2ZfMa366
+#GETUI_AppStore_AppKey = cUZ1lASR5O9HmLMWlOGdN7
+#GETUI_AppStore_MASTERSECRET = W0wNr8Qi3M62mT4N6wcVO3
+#安卓
+#GETUI_AppID = epQkfnqd7VA01C2ZfMa366
+#GETUI_AppKey = cUZ1lASR5O9HmLMWlOGdN7
+#GETUI_MASTERSECRET = W0wNr8Qi3M62mT4N6wcVO3
+
+#推送地址
+PUBLISH_PRE = http://10.128.151.4:443/services
+
+#环信 测试版
+#org_name = 1123181126181414
+#app_name = youqu-test
+#client_id = YXA6P2m8MPFNEeiUAXk5epTZeg
+#client_secret = YXA603xYVprQGe4f_XArEt-FmZI8sAM
+
+#环信 正式版
+#org_name = 1123181126181414
+#app_name = youqu
+#client_id = YXA62URxcPFMEeieqeGf0ChCVg
+#client_secret = YXA6ED1nRBahrHnEpxFiTNoZ8P5D7PI
+
+
+#楚天云图片服务器
+#S3_ENDPOINT = ctyoss.chutianyun.gov.cn:8060
+#S3_BUCKETNAME = yq_fiberhome_test
+#S3_AKEY = DXTFPBAO5FMM95JJJZGY
+#S3_SKEY = ZOWDWKKbDVdMaJLZE83YVGxwcC10Vvufq0XBQ7RQ
+
+#杂志文章静态文件相关配置
+ICON_PREFIX = http://ctyoss.chutianyun.gov.cn:8060/yq_fiberhome_test/
+ATTACH_UPLOAD_PATH = /usr/local/tomcat/youqu_server/webapps/ROOT/
+
+#阿里云图片服务器 正式版
+#OSS_KEY = LTAIOotI1FpxgnXZ
+#OSS_SECRET = 1EBqjE4MOTGnMH434LE85sFle5Nz9N
+#OSS_ENDPOINT = http://oss-cn-hangzhou.aliyuncs.com
+#OSS_BUCKETNAME = yq-fiberhome-prod
+
+
+#党费同步地址
+#DATA_SYNC = http://10.110.200.190:8080/youqu_dataSync/data/service.do?text=%s
+
+#党员活跃率定时插入时间
+INIT_ACTIVERATE_SCHEDULE_TIME=0 0/40 * * * ?
+
+#掌上党校定时插入时间
+INIT_PARTYCLASS_SCHEDULE_TIME=0 20/8 * * * ?
+
+#测试配置
+cron = 1 2 3
+#管理后台登录地址
+server.loginURL=http://10.128.151.4:443/services/web/security/login
+server.userName=17700000000
+server.password=123456
+
+#mail相关配置
+spring.mail.host=smtp.fiberhome.com
+spring.mail.protocol=smtps
+spring.mail.test-connection=false
+spring.mail.port=465
+#账号密码
+spring.mail.username=youqu@fiberhome.com
+spring.mail.password=0430asdf
+spring.mail.default-encoding=UTF-8
+#ssl登录相关配置
+spring.mail.properties.mail.transport.protocol=smtps
+spring.mail.properties.mail.smtp.auth=true
+spring.mail.properties.mail.smtp.starttls.enable=true
+spring.mail.properties.mail.smtp.starttls.required=true
+spring.mail.properties.mail.smtp.ssl.enabled=true
+spring.mail.properties.mail.smtp.ssl.socketFactory.port=465
+spring.mail.properties.mail.smtp.ssl.socketFactory.fallback=false
+spring.mail.properties.mail.smtp.ssl.socketFactory.class=javax.net.ssl.SSLSocketFactory
+#关闭邮件健康检查 因为烽火邮箱客户端
+management.health.mail.enabled=false
+
+dtx.enabled=true
+tx-lcn.client.manager-address=10.128.151.4:8070
+
+tx-lcn.logger.enabled=false
+tx-lcn.logger.driver-class-name=com.mysql.jdbc.Driver
+tx-lcn.logger.jdbc-url=jdbc:mysql://10.128.151.1:3306/tx_manager_snd?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true&jdbcCompliantTruncation=false&zeroDateTimeBehavior=convertToNull
+tx-lcn.logger.username=6_test
+tx-lcn.logger.password=6_test@123
+tx-lcn.springcloud.loadbalance.enabled=true
+#tx-lcn自身的重试机制因为版本冲突并不生效 这是重写的开关配置
+tx-lcn.ribbon.loadbalancer.dtx.fiberhome.enabled=true
+tx-lcn.client.resource-order=2
+
+
+# 压测最新最热接口  (测试)
+server.tomcat.max-connections=10000
+server.tomcat.max-threads=500
+
+fiberhome.elasticsearch.username=elastic
+fiberhome.elasticsearch.password=123456
+fiberhome.elasticsearch.nodes[0].hostname=10.128.151.4
+fiberhome.elasticsearch.nodes[0].port=9200
+fiberhome.elasticsearch.nodes[0].protocol=http
+
+

ファイルの差分が大きいため隠しています
+ 628 - 0
baseData/tpl_t.sql


+ 4 - 0
fae-ms/attachment-dev.properties

@@ -0,0 +1,4 @@
+##是否开启文件上传支持,默认为true
+spring.http.multipart.enabled=true
+spring.http.multipart.maxFileSize=50MB
+spring.http.multipart.maxRequestSize=200MB

+ 4 - 0
fae-ms/attachment-test.properties

@@ -0,0 +1,4 @@
+##是否开启文件上传支持,默认为true
+spring.http.multipart.enabled=true
+spring.http.multipart.maxFileSize=50MB
+spring.http.multipart.maxRequestSize=200MB

+ 4 - 0
fae-ms/attachment.properties

@@ -0,0 +1,4 @@
+##是否开启文件上传支持,默认为true
+spring.http.multipart.enabled=true
+spring.http.multipart.maxFileSize=50MB
+spring.http.multipart.maxRequestSize=200MB

+ 61 - 0
fae-ms/devops-dev.properties

@@ -0,0 +1,61 @@
+# 需要开启权限扫描的服务
+fae.services.permssion.scan=\
+i18n,\
+wordexp,\
+excelexp,\
+excelimp,\
+solr,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+job,\
+workflow,\
+automation,\
+system,\
+systemtest1,\
+systemtest2,\
+mine,\
+im,\
+outside,\
+activity,\
+activitytest1,\
+activitytest2,\
+auth,\
+authtest1,\
+authtest2,\
+app,\
+apptest,\
+apptest1,\
+apptest2,\
+web,\
+webtest,\
+webtest1,\
+webtest2,\
+webwch,\
+company,\
+companytest1,\
+companytest2,\
+config,\
+configtest1,\
+configtest2,\
+message,\
+news,\
+newstest1,\
+newstest2,\
+point,\
+pointtest,\
+task,\
+tasktest,\
+union,\
+uniontest,\
+bbs,\
+bbstest,\
+party,\
+test,\
+mall,\
+lisence,\
+website,\
+website1,\
+website2

+ 17 - 0
fae-ms/devops-test.properties

@@ -0,0 +1,17 @@
+# 需要开启权限扫描的服务
+fae.services.permssion.scan=\
+i18n,\
+wordexp,\
+excelexp,\
+excelimp,\
+solr,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+job,\
+workflow,\
+monitor,\
+malfunction,\
+analysis

+ 61 - 0
fae-ms/devops.properties

@@ -0,0 +1,61 @@
+# 需要开启权限扫描的服务
+fae.services.permssion.scan=\
+i18n,\
+wordexp,\
+excelexp,\
+excelimp,\
+solr,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+job,\
+workflow,\
+automation,\
+system,\
+systemtest1,\
+systemtest2,\
+mine,\
+im,\
+outside,\
+activity,\
+activitytest1,\
+activitytest2,\
+auth,\
+authtest1,\
+authtest2,\
+app,\
+apptest,\
+apptest1,\
+apptest2,\
+web,\
+webtest,\
+webtest1,\
+webtest2,\
+webwch,\
+company,\
+companytest1,\
+companytest2,\
+config,\
+configtest1,\
+configtest2,\
+message,\
+news,\
+newstest1,\
+newstest2,\
+point,\
+pointtest,\
+task,\
+tasktest,\
+union,\
+uniontest,\
+bbs,\
+bbstest,\
+party,\
+test,\
+mall,\
+lisence,\
+website,\
+website1,\
+website2

+ 86 - 0
fae-ms/gateway-dev.properties

@@ -0,0 +1,86 @@
+web.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+i18n.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+job.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+lookup.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+menu.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+registry.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+security.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+devops.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+
+#security.ribbon.NIWSServerListFilterClassName=com.fiberhome.smartms.lb.BindServerListFilter
+
+spring.datasource.url=jdbc:mysql://10.128.151.4:3306/snd_test?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true
+spring.datasource.username=6_test
+spring.datasource.password=6_test@123
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+
+fae.ms.includes=\
+simple,\
+wordexp,\
+excelexp,\
+excelimp,\
+solr,\
+devops,\
+i18n,\
+job,\
+workflow,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+zipkin,\
+swagger,\
+ms,\
+hystrix,\
+hystrix.stream,\
+exweb,\
+automation,\
+system,\
+systemtest1,\
+systemtest2,\
+mine,\
+im,\
+outside,\
+activity,\
+activitytest1,\
+activitytest2,\
+auth,\
+authtest1,\
+authtest2,\
+app,\
+apptest,\
+apptest1,\
+apptest2,\
+web,\
+webtest,\
+webtest1,\
+webtest2,\
+webwch,\
+company,\
+companytest1,\
+companytest2,\
+config,\
+configtest1,\
+configtest2,\
+message,\
+news,\
+newstest1,\
+newstest2,\
+point,\
+pointtest,\
+task,\
+tasktest,\
+union,\
+uniontest,\
+bbs,\
+bbstest,\
+party,\
+test,\
+youquweb,\
+mall,\
+interface,\
+lisence,\
+website,\
+website1,\
+website2

+ 35 - 0
fae-ms/gateway-test.properties

@@ -0,0 +1,35 @@
+web.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+i18n.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+job.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+lookup.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+menu.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+registry.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+security.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+devops.ribbon.NFLoadBalancerRuleClassName=com.fiberhome.smartms.lb.BindZoneAvoidanceRule
+
+#security.ribbon.NIWSServerListFilterClassName=com.fiberhome.smartms.lb.BindServerListFilter
+
+fae.ms.includes=\
+simple,\
+wordexp,\
+excelexp,\
+excelimp,\
+solr,\
+devops,\
+i18n,\
+job,\
+workflow,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+zipkin,\
+swagger,\
+ms,\
+hystrix,\
+hystrix.stream,\
+malfunction,\
+monitor,\
+exweb,\
+analysis

+ 156 - 0
fae-ms/gateway.properties

@@ -0,0 +1,156 @@
+#spring.cloud.consul.discovery.scheme=https
+spring.cloud.consul.discovery.registerHealthCheck=true
+
+##是否开启文件上传支持,默认为true
+spring.http.multipart.enabled=true
+
+#server.ssl.enabled=true
+#server.ssl.key-alias=smartms
+#server.ssl.key-store=classpath:fcae.jks
+#server.ssl.key-store-password=secret
+#server.ssl.key-password=password
+
+
+zuul.stripPrefix=false
+zuul.retryable=true
+zuul.addHostHeader=false
+zuul.sensitiveHeaders=false
+zuul.ignoredServices=configserver,eureka,gateway
+
+zuul.maxAutoRetries=1
+zuul.maxAutoRetriesNextServer=1
+
+ribbon.IsSecure=false
+
+#ribbon.readTimeout=20000
+#ribbon.connectTimeout=60000
+#ribbon.readTimeout=60000
+ribbon.connectTimeout=240000
+ribbon.readTimeout=240000
+
+#断路器的超时时间,断路器的超时时间需要大于ribbon的超时时间,不然不会触发重试。
+hystrix.command.default.execution.isolation.thread.timeoutInMilliseconds=300000
+hystrix.command.default.execution.isolation.strategy=THREAD
+#ribbon请求连接的超时时间
+ribbon.ConnectTimeout=240000
+#请求处理的超时时间
+ribbon.ReadTimeout=240000
+#对所有操作请求都进行重试
+ribbon.OkToRetryOnAllOperations=true
+#对当前实例的重试次数,Max number of retries on the same server (excluding the first try)
+ribbon.MaxAutoRetries=1
+#对下个实例的重试次数
+ribbon.MaxAutoRetriesNextServer=1
+
+
+
+fae.ms.includes=\
+simple,\
+smartmsDemo,\
+devops,\
+i18n,\
+job,\
+workflow,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+zipkin,\
+swagger,\
+ms,\
+hystrix,\
+hystrix.stream,\
+exweb,\
+automation,\
+system,\
+systemtest1,\
+systemtest2,\
+mine,\
+im,\
+outside,\
+activity,\
+activitytest1,\
+activitytest2,\
+auth,\
+authtest1,\
+authtest2,\
+app,\
+apptest,\
+apptest1,\
+apptest2,\
+web,\
+webtest,\
+webtest1,\
+webtest2,\
+webwch,\
+company,\
+companytest1,\
+companytest2,\
+config,\
+configtest1,\
+configtest2,\
+message,\
+news,\
+newstest1,\
+newstest2,\
+point,\
+pointtest,\
+task,\
+tasktest,\
+union,\
+uniontest,\
+bbs,\
+bbstest,\
+party,\
+test,\
+youquweb,\
+mall,\
+interface,\
+lisence,\
+page,\
+workflow,\
+website,\
+website1,\
+website2
+
+zuul.max.host.connections=500
+zuul.host.socket-timeout-millis=240000
+zuul.host.connect-timeout-millis=240000
+
+
+zuul.routes.api.path=/swagger/**
+zuul.routes.api.serviceId=swagger
+
+zuul.routes.page.path=/page/**
+zuul.routes.page.serviceId=page
+
+
+#zuul.routes.web.path=/web/**
+#zuul.routes.web.serviceId=web
+
+#zuul.routes.web1.path=/**.html
+#zuul.routes.web1.serviceId=web
+
+#zuul.routes.web2.path=/
+#zuul.routes.web2.serviceId=web
+
+zuul.routes.expertweb.path=/web/expertweb/**
+zuul.routes.expertweb.serviceId=expertweb
+
+zuul.routes.youquweb.path=/youquweb/**
+zuul.routes.youquweb.serviceId=youquweb
+
+#zuul.routes.static.path=/**
+#zuul.routes.static.url=http://10.128.151.5:443/services/page/static/
+
+#zuul.routes.exweb.path=/youquweb/**
+#zuul.routes.exweb.serviceId=http://10.110.200.62:8080/
+
+zuul.routes.zipkin.path=/zipkin/**
+zuul.routes.zipkin.serviceId=zipkin
+zuul.routes.zipkinStatic.path=/zipkinStatic/**
+zuul.routes.zipkinStatic.serviceId=zipkin
+
+##需要鉴权的地址
+#fae.filter=/,/index.html

+ 1 - 0
fae-ms/i18n-dev.properties

@@ -0,0 +1 @@
+

+ 1 - 0
fae-ms/i18n-test.properties

@@ -0,0 +1 @@
+

+ 37 - 0
fae-ms/job.properties

@@ -0,0 +1,37 @@
+#Quartz的配置
+spring.quartz.jobStoreType=JDBC
+#线程数量 默认为10
+spring.quartz.properties.org.quartz.threadPool.threadCount=5
+#线程优先级 默认为5
+spring.quartz.properties.org.quartz.threadPool.threadPriority=5
+#ThreadPool实现的类名 
+spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
+
+#调度标识名 集群中每一个实例都必须使用相同的名称 
+spring.quartz.properties.org.quartz.scheduler.instanceName=scheduler
+#ID设置为自动获取 每一个必须不同 
+spring.quartz.properties.org.quartz.scheduler.instanceId=AUTO
+
+#设置为TRUE不会出现序列化非字符串类到 BLOB 时产生的类版本问题
+spring.quartz.properties.org.quartz.jobStore.useProperties=true
+#容许的最大作业延长时间
+spring.quartz.properties.org.quartz.jobStore.misfireThreshold=60000
+#加入集群
+spring.quartz.properties.org.quartz.jobStore.isClustered=true
+#调度实例失效的检查时间间隔 
+spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval=20000
+
+#DataSource
+#数据保存方式为持久化 
+spring.quartz.properties.org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
+#数据库平台
+spring.quartz.properties.org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
+#表的前缀
+spring.quartz.properties.org.quartz.jobStore.tablePrefix=QRTZ_
+#指定数据源名称:
+spring.quartz.properties.org.quartz.jobStore.dataSource = quartzDataSource
+#配置数据源属性
+spring.quartz.properties.org.quartz.dataSource.quartzDataSource.driver=com.mysql.jdbc.Driver
+spring.quartz.properties.org.quartz.dataSource.quartzDataSource.URL=jdbc:mysql://10.121.4.78:3306/smartms_test?useUnicode=true&characterEncoding=utf-8
+spring.quartz.properties.org.quartz.dataSource.quartzDataSource.user=admin
+spring.quartz.properties.org.quartz.dataSource.quartzDataSource.password=admin

+ 1 - 0
fae-ms/lookup.properties

@@ -0,0 +1 @@
+

+ 1 - 0
fae-ms/menu-dev.properties

@@ -0,0 +1 @@
+

+ 1 - 0
fae-ms/menu-test.properties

@@ -0,0 +1 @@
+

+ 1 - 0
fae-ms/menu.properties

@@ -0,0 +1 @@
+spring.cloud.consul.discovery.enabled=false

+ 4 - 0
fae-ms/registry-dev.properties

@@ -0,0 +1,4 @@
+#healthcheck
+eureka.client.healthcheck.enabled=true
+#statusInfo
+#eureka.instance.statusPageUrlPath=/admin/info

+ 4 - 0
fae-ms/registry-test.properties

@@ -0,0 +1,4 @@
+#healthcheck
+eureka.client.healthcheck.enabled=true
+#statusInfo
+#eureka.instance.statusPageUrlPath=/admin/info

+ 4 - 0
fae-ms/security-dev.properties

@@ -0,0 +1,4 @@
+spring.datasource.url=jdbc:mysql://10.128.151.4:3306/cjjt_db_test?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true
+spring.datasource.username=6_test
+spring.datasource.password=6_test@123
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver

+ 9 - 0
fae-ms/smartmsDemo.properties

@@ -0,0 +1,9 @@
+##是否开启文件上传支持,默认为true
+spring.http.multipart.enabled=true
+spring.http.multipart.maxFileSize=50MB
+spring.http.multipart.maxRequestSize=200MB
+
+
+spring.data.solr.host=http://10.110.200.29:8983/solr
+spring.data.solr.core=demo
+spring.data.solr.basePackages=com.fiberhome.com.demo.solr.repository

+ 60 - 0
fae-ms/swagger-dev.properties

@@ -0,0 +1,60 @@
+#需要开启的swagger服务
+spring.datasource.url=jdbc:mysql://10.128.151.1:3306/snd_test?useUnicode=true&characterEncoding=UTF8&allowMultiQueries=true
+spring.datasource.username=6_test
+spring.datasource.password=6_test@123
+spring.datasource.driver-class-name=com.mysql.jdbc.Driver
+
+swagger.services=\
+devops,\
+i18n,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+workflow,\
+automation,\
+system,\
+systemtest1,\
+systemtest2,\
+mine,\
+im,\
+outside,\
+activity,\
+activitytest1,\
+activitytest2,\
+auth,\
+authtest1,\
+authtest2,\
+app,\
+apptest,\
+apptest1,\
+apptest2,\
+web,\
+webtest,\
+webtest1,\
+webtest2,\
+webwch,\
+company,\
+companytest1,\
+companytest2,\
+config,\
+configtest1,\
+configtest2,\
+message,\
+news,\
+newstest1,\
+newstest2,\
+point,\
+pointtest,\
+task,\
+tasktest,\
+union,\
+uniontest,\
+bbs,\
+bbstest,\
+party,\
+test,\
+website,\
+website1,\
+website2

+ 13 - 0
fae-ms/swagger-test.properties

@@ -0,0 +1,13 @@
+#需要开启的swagger服务
+swagger.services=\
+devops,\
+i18n,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+workflow,\
+monitor,\
+malfunction,\
+analysis

+ 57 - 0
fae-ms/swagger.properties

@@ -0,0 +1,57 @@
+#需要开启的swagger服务
+swagger.services=\
+devops,\
+i18n,\
+lookup,\
+menu,\
+registry,\
+security,\
+attachment,\
+workflow,\
+automation,\
+system,\
+systemtest1,\
+systemtest2,\
+mine,\
+im,\
+outside,\
+activity,\
+activitytest1,\
+activitytest2,\
+auth,\
+authtest1,\
+authtest2,\
+app,\
+apptest,\
+apptest1,\
+apptest2,\
+web,\
+webtest,\
+webtest1,\
+webtest2,\
+webwch,\
+company,\
+companytest1,\
+companytest2,\
+config,\
+configtest1,\
+configtest2,\
+message,\
+news,\
+newstest1,\
+newstest2,\
+point,\
+pointtest,\
+task,\
+tasktest,\
+union,\
+uniontest,\
+bbs,\
+bbstest,\
+party,\
+test,\
+page,\
+workflow,\
+website,\
+website1,\
+website2

+ 1 - 0
fae-ms/test-dev.properties

@@ -0,0 +1 @@
+

+ 1 - 0
fae-ms/upload-dev.properties

@@ -0,0 +1 @@
+MasterURL=http://localhost:9333

+ 1 - 0
fae-ms/upload-test.properties

@@ -0,0 +1 @@
+MasterURL=http://localhost:9333

+ 1 - 0
fae-ms/web.properties

@@ -0,0 +1 @@
+spring.mvc.static-path-pattern=/web/**

+ 10 - 0
fae-ms/workflow.properties

@@ -0,0 +1,10 @@
+workflow.mail.server.host=smtp.fiberhome.com
+workflow.mail.server.port=25
+workflow.mail.send.user=
+workflow.mail.send.password=
+workflow.mail.send.protocol=smtp
+workflow.mail.auth=true
+workflow.mail.timeout=25000
+
+#disable mail health check
+management.health.mail.enabled=false

+ 9 - 0
fae/aec.properties

@@ -0,0 +1,9 @@
+
+#info.version=1.0.0
+info.description=Fiberhome Cloud AEC
+info.url=http://dev.fcae.com:8900
+
+#忽略的服务名单
+spring.boot.admin.discovery.ignored-services: consul
+#监控的端点
+spring.boot.admin.routes.endpoints=env,metrics,trace,dump,jolokia,info,trace,logfile,refresh,flyway,liquibase,heapdump

+ 9 - 0
fae/aet.properties

@@ -0,0 +1,9 @@
+# not use sleuth stream to trace zipkin server itself
+spring.sleuth.enabled=false
+zipkin.storage.type=mysql
+
+spring.datasource.url=jdbc:mysql://10.110.200.38:4000/smartms_sit?useUnicode=true&characterEncoding=utf-8
+spring.datasource.username=root
+spring.datasource.password=
+
+#spring.data.mongodb.uri=mongodb://10.110.200.55:27017/zipkinLogData

+ 12 - 0
fae/turbine.properties

@@ -0,0 +1,12 @@
+#consul配置
+applications=consulhystrixclient
+
+spring.mvc.resource.enabled=true
+spring.resources.add-mappings=true
+
+security.basic.enabled=false
+turbine.aggregator.clusterConfig=default
+turbine.clusterNameExpression=new String("default")
+
+# 配置需要聚合的断路器流服务,需实现/hystrix.stream接口
+turbine.appConfig=security,i18n,gateway

+ 0 - 0
youqu-ms/activity-dev.properties


+ 1 - 0
youqu-ms/app-dev.properties

@@ -0,0 +1 @@
+ 

+ 6 - 0
youqu-ms/apptest-dev.properties

@@ -0,0 +1,6 @@
+#https配置
+#设定证书的路径
+#server.ssl.key-store=${/3829986_test.cictsj.com.pfx:classpath:3829986_test.cictsj.com.pfx}
+#设定证书的密码
+#server.ssl.key-store-password=m1tRr8l6
+#server.ssl.keyStoreType=JKS

+ 22 - 0
youqu-ms/auth-dev.properties

@@ -0,0 +1,22 @@
+spring.redis.database=1
+# Redis server host.
+#spring.redis.cluster.nodes=10.128.151.130:6180,10.128.151.6:6180,10.128.151.48:6180
+spring.redis.cluster.nodes=192.168.136.60:6180,192.168.136.60:6181,192.168.136.60:6179
+# Login password of the redis server.
+spring.redis.password=fiberhome_cict
+# Max number of connections that can be allocated by the pool at a given time. Use a negative value for no limit.
+spring.redis.pool.max-active=500
+# Max number of "idle" connections in the pool. Use a negative value to indicate an unlimited number of idle connections.
+spring.redis.pool.max-idle=100
+# Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. Use a negative value to block indefinitely.
+spring.redis.pool.max-wait=-1
+# Target for the minimum number of idle connections to maintain in the pool. This setting only has an effect if it is positive.
+spring.redis.pool.min-idle=10
+# Redis server port.
+# Name of Redis server.
+#spring.redis.sentinel.master=
+# Comma-separated list of host:port pairs.
+#spring.redis.sentinel.nodes=
+# Connection timeout in milliseconds.
+spring.redis.timeout=10000
+spring.redis.test-on-borrow=true

+ 67 - 0
youqu-ms/automation-dev.properties

@@ -0,0 +1,67 @@
+#quartz配置线程池
+org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
+
+org.quartz.threadPool.threadCount=100
+#quartz配置线程优先级(1-9)
+org.quartz.threadPool.threadPriority=5
+org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true
+#JobStore配置 
+org.quartz.jobStore.class=org.quartz.simpl.RAMJobStore
+#quartz配置任务执行超时
+org.quartz.jobStore.misfireThreshold=120000
+
+#Skip Check Update  
+#update:true  
+#not update:false  
+org.quartz.scheduler.skipUpdateCheck=true
+
+#配置trigger执行历史日志
+org.quartz.plugin.triggHistory.class=org.quartz.plugins.history.LoggingTriggerHistoryPlugin
+org.quartz.plugin.triggHistory.triggerFiredMessage=Trigger {1}.{0} fired job {6}.{5} at: {4, date, HH:mm:ss MM/dd/yyyy}
+org.quartz.plugin.triggHistory.triggerCompleteMessage=Trigger {1}.{0} completed firing job {6}.{5} at {4, date, HH:mm:ss MM/dd/yyyy} with resulting trigger instruction code: {9}
+
+#ShutdownHookPlugin插件的配置样例
+org.quartz.plugin.shutdownhook.class=org.quartz.plugins.management.ShutdownHookPlugin
+org.quartz.plugin.shutdownhook.cleanShutdown=true
+
+#quartz配置守护任务触发器延时
+org.quartz.defendTrigger.delay=30000
+#quartz配置守护任务触发器时间规则,秒-分-时 天-月-周-年
+#org.quartz.defendTrigger.cron=0 0/10 23 * * ? *
+org.quartz.defendTrigger.cron=0 0/10 * * * ? *
+
+
+
+#配置HttpClient连接超时8s
+automation.server.httpclient.connectTimeout=240000
+#配置HttpClient读取超时4s
+automation.server.httpclient.socketTimeout=120000
+#配置HttpClient连接池获取连接实例的超时4s
+automation.server.httpclient.connectRequestTimeout=60000
+#配置HttpClient最大重连数,默认5次
+automation.server.httpclient.maxRedirects=5
+
+#配置HttpClient连接池大小
+automation.server.httpclient.poolSize=40
+#配置HttpClient字符集
+automation.server.httpclient.charset=UTF-8
+
+#登陆url
+automation.server.loginURL=http://10.128.151.139:443/services/system/security/login
+
+#登陆名
+automation.server.loginName=admin
+#登陆密码
+automation.server.password=123456
+
+#配置prometheus监控URL
+automation.server.prometheus.url=http://10.110.200.178:9090/api/v1/query_range
+#配置prometheus受监控主机实例名
+automation.server.prometheus.name=container
+#配置prometheus受监控主机端口
+automation.server.prometheus.port=9100
+#配置prometheus受监控主机网速监控device规则(en开头)
+automation.server.prometheus.device=en.%2B
+#配置prometheus网络监控时长(默认监控device驱动,输出时长45s)
+automation.server.prometheus.times=45
+

ファイルの差分が大きいため隠しています
+ 13 - 0
youqu-ms/awardpoint-dev.properties


+ 0 - 0
youqu-ms/news-dev.properties


+ 0 - 0
youqu-ms/other-dev.properties


+ 0 - 0
youqu-ms/partybuilding-dev.properties


+ 0 - 0
youqu-ms/statistics-dev.properties


+ 56 - 0
youqu-ms/system-dev.properties

@@ -0,0 +1,56 @@
+#配置HttpClient连接超时8s
+
+monitor.server.httpclient.connectTimeout=8000
+#配置HttpClient读取超时4s
+monitor.server.httpclient.socketTimeout=4000
+#配置HttpClient连接池获取连接实例的超时4s
+monitor.server.httpclient.connectRequestTimeout=4000
+#配置HttpClient最大重连数,默认5次
+monitor.server.httpclient.maxRedirects=5
+
+#配置HttpClient连接池大小
+monitor.server.httpclient.poolSize=40
+#配置HttpClient字符集
+monitor.server.httpclient.charset=UTF-8
+
+
+#配置prometheus监控URL
+monitor.server.prometheus.url=http://10.110.200.62:9090/api/v1/query_range
+#配置prometheus受监控主机实例名
+monitor.server.prometheus.name=container
+#配置prometheus受监控主机端口
+monitor.server.prometheus.port=9100
+#配置prometheus受监控主机网速监控device规则(en开头)
+monitor.server.prometheus.device=en.%2B
+#配置prometheus网络监控时长(默认监控device驱动,输出时长45s)
+monitor.server.prometheus.times=45
+
+#配置多数据源
+custom.datasource.names=db1
+custom.datasource.db1.url=jdbc:oracle:thin:@10.110.200.45:1521/shenlan 
+custom.datasource.db1.username=metro  
+custom.datasource.db1.password=metropwd123  
+custom.datasource.db1.driver-class-name=oracle.jdbc.driver.OracleDriver  
+
+
+#Mongo数据库参数配置
+#登录用户所在数据库
+spring.data.mongodb.authentication-database=admin
+
+#数据库的ip地址
+spring.data.mongodb.host=10.128.151.3
+
+
+#MongoDB端口号
+spring.data.mongodb.port=27017
+
+
+#用户账号
+spring.data.mongodb.username=youqu
+
+#用户密码
+spring.data.mongodb.password=fhyq123456
+
+#指定使用的数据库,不必预先创建,不存在数据库会自动创建
+spring.data.mongodb.database=snd_test
+

+ 16 - 0
youqu-ms/task-dev.properties

@@ -0,0 +1,16 @@
+### 调度中心部署跟地址 [选填]:如调度中心集群部署存在多个地址则用逗号分隔。执行器将会使用该地址进行"执行器心跳注册"和"任务结果回调";为空则关闭自动注册;
+#xxl.job.admin.addresses=http://10.128.151.7:8700
+### 执行器通讯TOKEN [选填]:非空时启用;
+#xxl.job.accessToken=
+### 执行器AppName [选填]:执行器心跳注册分组依据;为空则关闭自动注册
+#xxl.job.executor.appname=youqu-ms-task
+### 执行器注册 [选填]:优先使用该配置作为注册地址,为空时使用内嵌服务 ”IP:PORT“ 作为注册地址。从而更灵活的支持容器类型执行器动态IP和动态映射端口问题。
+#xxl.job.executor.address=
+### 执行器IP [选填]:默认为空表示自动获取IP,多网卡时可手动设置指定IP,该IP不会绑定Host仅作为通讯实用;地址信息用于 "执行器注册" 和 "调度中心请求并触发任务";
+#xxl.job.executor.ip=
+### 执行器端口号 [选填]:小于等于0则自动获取;默认端口为9999,单机部署多个执行器时,注意要配置不同执行器端口;
+#xxl.job.executor.port=9999
+### 执行器运行日志文件存储磁盘路径 [选填] :需要对该路径拥有读写权限;为空则使用默认路径;
+#xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler
+### 执行器日志文件保存天数 [选填] : 过期日志自动清理, 限制值大于等于3时生效; 否则, 如-1, 关闭自动清理功能;
+#xxl.job.executor.logretentiondays=30