spring: datasource: # url: jdbc:mysql://192.168.1.73/fjs_ocr_11?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT # url: jdbc:mysql://192.168.1.73/fjs_ocr_12?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT url: jdbc:mysql://192.168.1.37/fjs_ocr_13?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT # url: jdbc:mysql://192.168.1.73/fjs_ocr_14?useUnicode=true&characterEncoding=utf-8&serverTimezone=GMT driver-class-name: com.mysql.cj.jdbc.Driver username: root password: root rabbitmq: host: 192.168.1.37 # host: 47.104.109.52 port: 5672 username: fjs password: fjs20200310 virtual-host: / publisher-confirms: true publisher-returns: true ocr: common: dir: base: D:\proooject\prooooject\home\privacy\projects\fjs_ocr # 上传文件存储文件夹 upload: ${ocr.common.dir.base}\upload\rec\ url: # ip base: http://192.168.1.73:18000 path: ${ocr.common.url.base}/down/fjs/ logging: level: org.springframework.cloud: debug org.springframework.boot: debug com.pavis.ai.app.fjsocrasy.mapper: debug 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