server.port=8090 server.servlet.context-path=/api #日志配置 logging.level.root=info logging.path=/mnt/prd/platform/logs spring.thymeleaf.prefix=classpath:/templates/ spring.datasource.driver-class-name=com.mysql.jdbc.Driver #使用druid数据源 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource spring.datasource.url=jdbc:mysql://172.18.110.178:3306/smart_city?characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai&zeroDateTimeBehavior=convertToNull spring.datasource.username=root spring.datasource.password=100Zone@123 spring.datasource.druid.initial-size=5 spring.datasource.druid.min-idle=5 spring.datasource.druid.max-active=20 spring.datasource.druid.max-wait=60000 spring.datasource.druid.time-between-eviction-runs-millis=60000 spring.datasource.druid.min-evictable-idle-time-millis=300000 spring.datasource.druid.validation-query=SELECT 1 spring.datasource.druid.test-while-idle=true spring.datasource.druid.test-on-borrow=true spring.datasource.druid.test-on-return=false spring.datasource.druid.pool-prepared-statements=true spring.datasource.druid.max-pool-prepared-statement-per-connection-size=20 spring.datasource.druid.filters=stat,wall spring.datasource.druid.connection-properties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000 # mybatis_config mybatis.mapper-locations=classpath*:mapper/*.xml,classpath*:mapper/pay/*.xml mybatis.type-aliases-package=com.bz.smart_city.entity mybatis.configuration.map-underscore-to-camel-case=true mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl mybatis.configuration.use-column-label=true spring.jackson.time-zone=GMT+8 #spring.jackson.date-format=yyyy-MM-dd HH:mm:ss #spring.jackson.joda-date-time-format: yyyy-MM-dd HH:mm:ss # redis spring.redis.host=172.18.110.178 spring.redis.port=6379 spring.redis.password=100Zone@123 spring.redis.database=1 init.data.cache = 0 spring.redis.timeout=10000ms spring.redis.jedis.pool.max-active=8 spring.redis.jedis.pool.max-idle=8 spring.redis.jedis.pool.max-wait=-1ms spring.redis.jedis.pool.min-idle=2 spring.activiti.database-schema-update=true spring.activiti.check-process-definitions=false spring.activiti.job-executor-activate=false spring.activiti.async-executor-enabled=false #spring.activiti.process-definition-location-prefix=classpath:/processes/ spring.activiti.history-level=full jwt.secret=smartCity123 jwt.expiration=36000 jwt.header=Authorization jwt.tokenHead=Bearer spring.servlet.multipart.max-file-size=100MB spring.servlet.multipart.max-request-size=100MB spring.servlet.multipart.location=/opt/prd/platform/data files.path=/opt/prd/platform/data #微信公众号 wechat.oa.appid=wx6b2ce547cd593413 wechat.oa.app-secret=a0fd84db87a6d56057c2ff261b8b97f1 #中诚信科微信小程序 #wechat.mp.appid=wx890c58705ee4e2de #wechat.mp.app-secret=12db3150f496405b4425e6f1a54e204d #娄山云微信小程序 #wechat.mp.appid=wx32aae5a5179d3c5b #wechat.mp.app-secret=ad8b1589a39752602641b134b189378a #中科曙光水务云 wechat.mp.appid=wx4581fe24e4d18064 wechat.mp.app-secret=fb6ec8515c06f6811dcbbf3b7a610946 #账号申请通知的人的微信openid account.apply.wechat.openid=oCaAI549EAYjSeONxnxLDf2GMSm4 account.apply.success.wechat.openid=oCaAI5_y1JSdffomm4tk0OX9WOuk #腾讯云语音短信 qcloudsms.appid=1400187546 qcloudsms.appkey=6de933cbd59ed87e1b27e0061fb6af66 com.zcxk.kafka.alarm.topic=sc_alarm_topic com.zcxk.kafka.card.topic=sc_card_topic com.zcxk.redis.websocket.topic=sc_websocket_topic com.zcxk.kafka.accept_add_account.topic=sc_accept_add_account_topic com.zcxk.kafka.accept_meter_replace.topic=sc_accept_meter_replace_topic com.zcxk.kafka.valve.status.topic=sc_valve_status_billing com.zcxk.kafka.accept_valve_state.topic=sc_accept_valve_state_topic billing.valveStatus.receiving=billing_valveStatus_receiving # quartz spring.quartz.job-store-type=jdbc spring.quartz.properties.org.quartz.scheduler.instanceName=smartCityScheduler spring.quartz.properties.org.quartz.scheduler.instanceId=AUTO 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=SC_QRTZ_ spring.quartz.properties.org.quartz.jobStore.isClustered=true spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval=10000 spring.quartz.properties.org.quartz.jobStore.useProperties=false spring.quartz.properties.org.quartz.jobStore.misfireThreshold = 1000 spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool spring.quartz.properties.org.quartz.threadPool.threadCount=20 spring.quartz.properties.org.quartz.threadPool.threadPriority=5 spring.quartz.properties.org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread=true #netty #不能用localhost,否则启动报异常:Unresolved address #tcp监听的端口 websocket.port=6789 # bossGroup的线程数 websocket.boss.thread.count=200 # worker的线程数 websocket.worker.thread.count=200 #是否使用长连接 websocket.so.keepalive=true websocket.so.backlog=100 system.water.meter.lora.code=LORAWM #kafka配置 spring.kafka.bootstrap-servers=172.18.110.178:9092 #kafka消费者配置 spring.kafka.consumer.group-id=api-group spring.kafka.consumer.auto-offset-reset=latest spring.kafka.consumer.enable-auto-commit=true #kafka生产者配置 spring.kafka.producer.retries=0 spring.kafka.producer.batch-size=4096 spring.kafka.producer.buffer-memory=40960 #\u9AD8\u5FB7\u5730\u56FE geomap.apikey=bb218fd3700b37dd1e02872365cab4d5 geomap.api.url=https://restapi.amap.com/v3/geocode/geo #慧联无线网关查询接口 easylinkin.api.url.gateway.ap=http://api.easylinkin.com/api/v1/application/ap service.domain=https://www.zoniot.com #富锦水司推送配置 fj.push.customer.id=24 fj.push.company.id=HUAXU fj.push.url=http://211.159.148.145:6021/SDKDCHtemp/ThirdMeterEnterServlet fj.meter.infto.url=http://211.159.148.145:6021/SDKDCHtemp/MeterEnterServlet #寄修流程配置 system.channel.send.repair.code=SendAndRepair #CRM信息同步配置 crm.login.url=http://61.141.227.23:5889/hxcrm/api/Ecp.OnlineUser.secretLogin crm.api.ur=http://61.141.227.23:5889/hxcrm/api/Crm.SnMgt.getMeterInformationList crm.login.username=CRM crm.login.password=111111 #rabbitmq #spring.rabbitmq.host=222.86.88.126 #spring.rabbitmq.port=5627 #spring.rabbitmq.username=hdkj #spring.rabbitmq.password=hdkj123 #spring.rabbitmq.virtual-host=/ #spring.rabbitmq.zy.topic=zyqueue #UDIP平台集成元管理url udip.unit.url=http://47.112.15.78:8322 #发票请求打印接口 invoice.print.url=http://nnfpbox.nuonuocs.cn/shop/buyer/allow/cxfKp/cxfServerKpOrderSync.action invoice.query.url=http://nnfpbox.nuonuocs.cn/shop/buyer/allow/ecOd/queryElectricKp.action #光电直读agent url gd.agent.url=http://114.135.61.187:20021/api #临河客户 sync.customer.linhe.id=68 sync.data.limit=100 #银行代收客户id payfee.bank.customerId=47 #武汉长江客户 sync.customer.wuhan.id=26 #mongodb url spring.data.mongodb.uri=mongodb://water:zcxk100@114.135.61.189:27071/meter-reading-database?authSource=meter-reading-database logging.level.org.springframework.data.mongodb.core=INFO account_userInfo_url=http://114.135.61.188:58084/api/pay/getAccountInfoByMetercode sync_customer_no_url=http://114.135.61.188:58084/api/customer/synCustomer platform_appid=1001 platform_appSecret=123456 platform_url=http://114.135.61.187:38081/user-auth/user/getUniqId?appId={appId}&appSecret={appSecret}&code={code} spring.rabbitmq.exchange=task-handler-exchange spring.rabbitmq.download-device-queue=download-device-queue spring.rabbitmq.download-install-queue=download-install-queue spring.rabbitmq.command-task-queue=command-task-queue