| | |
| | | type: com.alibaba.druid.pool.DruidDataSource |
| | | druid: |
| | | aop-patterns: com.kidgrow.oprationcenter.controller.*,com.kidgrow.oprationcenter.mapper.* |
| | | |
| | | # rabbitMQ |
| | | rabbitmq: |
| | | host: 182.92.99.224 |
| | | port: 5672 |
| | | username: liuke |
| | | password: kidgrow2020 |
| | | #交换机名称 |
| | | exchangeName: BoneAgeEvaluation |
| | | #队列名称 |
| | | queueName: test_queue #AdvancedEvaluation # AIEvaluation #,AdvancedEvaluationResult |
| | | #routingKeyName |
| | | routingKeyName: Kidgrow2020 |
| | | virtual-host: kidgrow |
| | | #开启重试机制 |
| | | listener: |
| | | simple: |
| | | #采用手动应答 |
| | | acknowledge-mode: manual |
| | | retry: |
| | | enabled: true |
| | | max-attempts: 5 |
| | | eureka: |
| | | instance: |
| | | ###注册中心ip地址 |
| | |
| | | #多租户隔离字段 |
| | | tenantid: tenant_id |
| | | ignoreTables: |
| | | - sys_user |
| | | - sys_logger |
| | | - data_need |
| | | - business_records |
| | | - sys_feedback |
| | | - doctor_templete |
| | | - consumption_record |
| | | ignoreSqls: |
| | | - com.kidgrow.usercenter.mapper.SysRoleMapper.findAll |
| | | |