1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- server:
- ssl:
- enabled: true
- key-store-type: JKS
- # key-store: src/main/resources/sslFjsTestServer_01.p12
- key-store: classpath:sslFjsTestServer_01.p12
- key-store-password: fjs.210308
- key-alias: sslFjsTestServer_01
- trust-store-password: fjs.210308
- trust-store-type: JKS
- trust-store-provider: SUN
- client-auth: need
- address: 180.76.146.227
- spring:
- datasource:
- url: jdbc:mysql://180.76.146.227/fjs_ocr?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: root
- password: Semi.1001
- rabbitmq:
- host: 180.76.146.227
- port: 5672
- username: fjs
- password: fjshoyiu7
- virtual-host: /
- publisher-confirms: true
- publisher-returns: true
- mail:
- host: smtp.163.com
- username: guanhuijuan_ghj@163.com
- # password: VHGQMYFJNNPJQYSA
- # password: PVVVXVUTVKMASBWU
- password: PVVVXVUTVKMASBWU
- default-encoding: utf-8
- protocol: smtps
- port: 465
- ocr:
- common:
- dir:
- # 上传文件存储文件夹
- upload: /fjs/upload/
- url:
- # ip
- base: https://180.76.146.227:8000
- path: ${ocr.common.url.base}/down/fjs/
- logging:
- level:
- org.springframework.cloud: debug
- org.springframework.boot: debug
- com.pavis.ai.app.fjs_ocr.mapper: trace
- alg-client:
- internal: http://180.76.146.227:8099
- eternal: http://61.155.215.241:52090
|