newBigdata
parent
fc935e0e6a
commit
7b0ad54236
@ -0,0 +1,27 @@
|
||||
#天择银行大数据实训平台
|
||||
spring:
|
||||
datasource:
|
||||
druid:
|
||||
db-type: mysql
|
||||
url: jdbc:mysql://${DB_HOST:120.78.220.29}:${DB_PORT:3307}/${DB_NAME:financial_bigdata_three}?useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
|
||||
username: ${DB_USER:root}
|
||||
password: ${DB_PWD:sztzjy2017}
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
|
||||
# 文件存储
|
||||
file:
|
||||
type: local
|
||||
path: /usr/local/tianzeProject/financial_bigdata_yhdsj/uploadFile
|
||||
|
||||
timer:
|
||||
enable: false
|
||||
|
||||
swagger:
|
||||
enable: true
|
||||
tokenHeader: Authorization
|
||||
title: 天择外汇模拟交易 • 接口文档
|
||||
description: 天择外汇模拟交易WebAPI接口文档
|
||||
contactName: 深圳天择教育科技有限公司
|
||||
contactAddress: www.sztzjy.com
|
||||
version: @project.version@
|
@ -0,0 +1,27 @@
|
||||
#天择证券大数据实训平台
|
||||
spring:
|
||||
datasource:
|
||||
druid:
|
||||
db-type: mysql
|
||||
url: jdbc:mysql://${DB_HOST:120.78.220.29}:${DB_PORT:3307}/${DB_NAME:financial_bigdata_two}?useSSL=false&serverTimezone=GMT%2B8&allowPublicKeyRetrieval=true
|
||||
username: ${DB_USER:root}
|
||||
password: ${DB_PWD:sztzjy2017}
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
|
||||
|
||||
# 文件存储
|
||||
file:
|
||||
type: local
|
||||
path: /usr/local/tianzeProject/financial_bigdata_zqdsj/uploadFile
|
||||
|
||||
timer:
|
||||
enable: false
|
||||
|
||||
swagger:
|
||||
enable: true
|
||||
tokenHeader: Authorization
|
||||
title: 天择外汇模拟交易 • 接口文档
|
||||
description: 天择外汇模拟交易WebAPI接口文档
|
||||
contactName: 深圳天择教育科技有限公司
|
||||
contactAddress: www.sztzjy.com
|
||||
version: @project.version@
|
Loading…
Reference in New Issue