Commit 1a6b6a95 by 黄明步

1

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