Commit 1a6b6a95 by 黄明步

1

parent 9486e95a
......@@ -4,8 +4,8 @@ spring:
datasource:
mysql1: # 数据源 1
username: root
password: 123456
jdbc-url: jdbc:mysql://127.0.0.1:3306/yuntu_ofs?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
password: Dk2019!23456
jdbc-url: jdbc:mysql://119.45.183.210:13308/ocr_cloud?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
driver-class-name: com.mysql.cj.jdbc.Driver
......@@ -65,13 +65,13 @@ jwt:
project:
windows:
sys-path: C:/Users/ZGJK/IdeaProjects/ocrAdmin/
sys-path: /data/app/ocrAdmin/
linux:
sys-path: /data/app/ocrAdmin/
api:
ml-cloud:
gateway: http://127.0.0.1:8888/api/v1/ocrCloudPlatform
gateway: http://127.0.0.1:8888
ocrCloudPlatform: ${api.ml-cloud.gateway}/ocrCloudPlatform
......@@ -87,10 +87,17 @@ app:
cas:
server:
host:
url: http://127.0.0.1:8080/cas
url: http://175.178.197.14:8081/cas
login_url: ${cas.server.host.url}/login
logout_url: ${cas.server.host.url}/logout?service=${app.server.host.url}
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
ocr:
api-config:
test:
appId: d17cdc596f154dff91c2637ffc98ac24
appKey: 9a7245235a8b4640a8714577f05ba9b2
temp:
dir: /data/app/ocrAdmin/template
\ No newline at end of file
spring:
profiles:
active: gs230
active: local
jackson:
time-zone: GMT+8
date-format: yyyy-MM-dd HH:mm:ss
......
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