copy from ruoyi-admin/src/main/resources/application-druid.yml
copy to ruoyi-admin/src/main/resources/application-dev.yml
File was copied from ruoyi-admin/src/main/resources/application-druid.yml |
| | |
| | | merge-sql: true |
| | | wall: |
| | | config: |
| | | multi-statement-allow: true |
| | | multi-statement-allow: true |
| | | # 定时任务配置 |
| | | quartz: |
| | | # 是否启用定时任务 |
| | | enabled: false |
| | | # 定时任务线程池配置 |
| | | properties: |
| | | org: |
| | | quartz: |
| | | threadPool: |
| | | threadCount: 5 |
| | | threadPriority: 5 |
| | | threadsInheritContextClassLoaderOfInitializingThread: true |
| | | jobStore: |
| | | class: org.quartz.simpl.RAMJobStore |
| | | scheduler: |
| | | instanceName: clusteredScheduler |
| | | instanceId: AUTO |
| | | # 民航接口地址 |
| | | min: |
| | | apiUrl: http://120.25.98.119:8084/v1/ #测试环境:localhost:8011 |