You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1015 B
35 lines
1015 B
server: |
|
port: 8086 |
|
|
|
spring: |
|
datasource: |
|
driver-class-name: com.kingbase8.Driver |
|
url: jdbc:kingbase8://kingbase01.safeliab.tsccic:54321/safeliabdb_tst?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull |
|
username: safeliabbusi_dev |
|
password: RJRDD7nbpF_Zgt5b |
|
#返回json的全局时间格式 |
|
jackson: |
|
date-format: yyyy-MM-dd HH:mm:ss |
|
time-zone: GMT+8 |
|
#环境设置:dev、test、prod |
|
profiles: |
|
active: dev |
|
|
|
mybatis-plus: |
|
mapperLocations: classpath:mappers/*.xml |
|
type-aliases-package: com.cs.ccic.entity |
|
configuration: |
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl |
|
|
|
logging: |
|
level: |
|
org.springframework.boot.autoconfigure: error |
|
|
|
ccic: |
|
api: http://10.3.0.36:8085 |
|
|
|
uploadUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5imguploaddataservicerest/Restful |
|
#uploadUrl: http://10.1.11.115:8080/daditestgroup/ccicsit/H5imgUploadDataService |
|
|
|
downloadUrl: http://10.1.12.64:8081/daditestgroup/ccicsit/h5imgquerydownservicerest/Restful |
|
|
|
|