Commit 29e056b2 by Administrator

Upload New File

parent 3d232ffd
spring:
rabbitmq:
host: 119.96.87.17
port: 5672
username: techhero
password: techhero
virtual-host: /academic
listener:
simple:
acknowledge-mode: manual # 消息确认方式,其有三种配置方式,分别是none、manual(手动ack) 和auto(自动ack) 默认auto
publisher-confirms: true #确认消息已发送到交换机(Exchange)
publisher-returns: true #确认消息已发送到队列(Queue)
# # 交换机
exchanges:
#在籍考生导入,实时单笔验证队列配置
- name: import_verification_registered_candidates_exchange
type: topic
# 在籍考生照片导入
- name: import_verification_registered_candidates_photo_exchange
type: topic
# 报考考生照片导入
- name: import_bkks_photo_exchange
type: topic
# 考生成绩解析队列
- name: analysis_kscj_data_exchange
type: topic
# 队列
queues:
# 在籍考生导入,实时单笔验证队列
- name: import_verification_registered_candidates_queue
routing-key: import_verification_registered_candidates_key
exchange-name: import_verification_registered_candidates_exchange
# 在籍考生照片导入验证队列
- name: import_verification_registered_candidates_photo_queue
routing-key: import_verification_registered_candidates_photo_key
exchange-name: import_verification_registered_candidates_photo_exchange
# 报考考生照片导入验证队列
- name: import_bkks_photo_queue
routing-key: import_bkks_photo_key
exchange-name: import_bkks_photo_exchange
# 考生成绩解析队列
- name: analysis_kscj_data_queue
routing-key: analysis_kscj_data_key
exchange-name: analysis_kscj_data_exchange
datasource:
druid:
stat-view-servlet:
loginUsername: root
loginPassword: root
initial-size: 3
max-active: 20
min-idle: 8
max-wait: 60000
test-while-idle: true
time-between-eviction-runs-millis: 60000
validation-query: select 1 from dual
filters: stat,slf4j
dynamic:
primary: examination
datasource:
examination:
url: jdbc:oracle:thin:@databaseServer:30100:orcl
username: ur_base_local002
password: ur_base_local002
driver-class-name: oracle.jdbc.OracleDriver
dict:
url: jdbc:oracle:thin:@databaseServer:30100:orcl
username: ur_dict_local002
password: ur_dict_local002
driver-class-name: oracle.jdbc.OracleDriver
exchange:
url: jdbc:oracle:thin:@databaseServer:30100:orcl
username: ur_exchange
password: shujujiaohuan
driver-class-name: oracle.jdbc.OracleDriver
minio:
accessKey: Tj3lmVW59Zjq4gDQ
secretKey: De2SOr1MCflzUM8YwA9UKVBj3suuc8ci
bucket: academic
endpoint: http://119.96.87.17:30107
readPath: http://119.96.87.17:30107
enable: true #开启使用Minio 对应LeadNewsAutoConfig中的@ConditionalOnProperty注解属性
exchange:
notify-url: http://[fdff:1:1:1::24]:14306/gatekeeper/open/notify/publish
KSZP:
uploadPath: /Users/wwq/Desktop/kszp/
JKKSZP:
uploadPath: /Users/mac/Desktop/jkkszp/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment