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.
44 lines
1.4 KiB
44 lines
1.4 KiB
server: |
|
port: 8084 |
|
|
|
spring: |
|
datasource: |
|
driver-class-name: com.kingbase8.Driver |
|
# url: jdbc:kingbase8://kingbase01.safeliab.tsccic:54321/safeliabdb_tst?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull |
|
url: jdbc:kingbase8://172.16.10.66:54321/safeliabdb_tst?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull |
|
username: system |
|
password: system |
|
#password: 111111 |
|
#返回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 |
|
business: http://10.3.0.36:8086 |
|
exportPdf: http://10.3.0.36:8083 |
|
|
|
#business: http://localhost:8086 |
|
#api: http://localhost:8079 |
|
dataBus: |
|
ccicOAappTodoAddUrl: https://safeliab-test.ccic-net.com.cn/api/h5/#/pages/message/index |
|
# |
|
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 |
|
|
|
|