12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- spring:
- datasource:
- # url: jdbc:mysql://192.168.1.73/fjs_ocr?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
- url: jdbc:mysql://192.168.1.73/cr?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT
- driver-class-name: com.mysql.cj.jdbc.Driver
- username: root
- password: root
- # rabbitmq:
- # host: 192.168.1.73
- # port: 5672
- # username: fjs
- # password: fjs20200310
- # virtual-host: fjs
- # publisher-confirms: true
- # publisher-returns: true
- cr:
- common:
- dir:
- base: D:\proooject\prooooject\home\privacy\projects\cr
- # 上传文件存储文件夹
- upload: ${cr.common.dir.base}\upload\rec\
- down: ${cr.common.dir.base}\upload\file_down\
- url:
- # ip
- base: http://192.168.1.73:10084
- path: ${cr.common.url.base}/down/
- logging:
- level:
- org.springframework.cloud: debug
- org.springframework.boot: debug
- com.pavis.ai.app.cr.mapper: trace
- #security:
- # oauth2:
- # client:
- # client-id: pavis-upms
- # client-secret: pavis@2019*
- # access-token-uri: http://localhost:8090/oauth/token
- # user-authorization-uri: http://localhost:8090/oauth/authorize
- # resource:
- # token-info-uri: http://localhost:8090/oauth/check_token
- security:
- oauth2:
- client:
- client-id: iGKpGQXmPYNfj6XvXuiQtlSO
- client-secret: tm6p3xq4zQOgJlCeIyeYYHMPNGAXuQVx
- access-token-uri: http://192.168.1.23:8090/oauth/token
- user-authorization-uri: http://192.168.1.23:8090/oauth/authorize
- resource:
- token-info-uri: http://192.168.1.23:8090/oauth/check_token
|