12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- server:
- port: 7654
- ssl:
- key-store-password: pp8d633l
- key-store: classpath:data.cqna.gov.cn.pfx
- key-store-type: PKCS12
- http:
- port: 80
- file:
- path: D:/na_web_img/
- location: D:/na_web_img/upload/
- spring:
- servlet:
- multipart:
- max-file-size: 100MB
- max-request-size: 500MB
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- # 线上
- url: jdbc:mysql://localhost:3306/nazw?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
- username: nanan_hospital
- password: WArNNbSUVaxM7sB2
- resources:
- static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${file.path},file:${file.location}
- # url: jdbc:mysql://42.193.98.201:3306/wxdzs?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
- redis:
- database: 0
- host: 192.168.197.128
- port: 6379
- # password: nan2022!Redis
- jedis:
- pool:
- max-active: 50
- max-idle: 20
- min-idle: 5
- elasticsearch:
- ip: localhost:9200
- # 索引名
- index: elk_article
- index2: article_library
- logging:
- level:
- com.example.nngkxxdp: DEBUG,INFO,WARN,ERROR,FATAL
|