Commit 9d377283 by huluobin

update

parent 5c5fd847
...@@ -2,25 +2,24 @@ spring: ...@@ -2,25 +2,24 @@ spring:
# 数据源配置 # 数据源配置
datasource: datasource:
driver-class-name: com.mysql.jdbc.Driver driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://gz-cdb-lnrmt5zh.sql.tencentcdb.com:61369/bailun_other?useUnicode=true&characterEncoding=UTF-8&useSSL=false&rewriteBatchedStatements=true url: jdbc:mysql://cdb-aanqm573.gz.tencentcdb.com:10120/bailun_other?useUnicode=true&characterEncoding=utf-8&useSSL=false&zeroDateTimeBehavior=convertToNull&rewriteBatchedStatements=true
# url: jdbc:mysql://10.0.8.2:3306/bailun_other?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&rewriteBatchedStatements=true
username: root username: root
password: "#7kfnymAM$Y9-Ntf" password: 'Aarob2020#'
hikari: hikari:
maximum-pool-size: 200 maximum-pool-size: 200
minimum-idle: 10 minimum-idle: 10
thymeleaf: thymeleaf:
prefix: classpath:/templates/ prefix: classpath:/templates/
suffix: .htmlcost/list/getAllCost suffix: .html
cache: false cache: false
resources: resources:
static-locations: classpath:/resources/, classpath:/static/ static-locations: classpath:/resources/, classpath:/static/
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
profiles:
active: test
#mybatis plus 配置 #mybatis plus 配置
mybatis-plus: mybatis-plus:
...@@ -43,22 +42,26 @@ logging: ...@@ -43,22 +42,26 @@ logging:
#项目参数配置 #项目参数配置
cost: cost:
url: url:
# fee
purchase-apply-callback-url-post: http://api.fee.bailuntec.com/purchase/other/purchasing/list/detail/ApplyCallbackUrl purchase-apply-callback-url-post: http://api.fee.bailuntec.com/purchase/other/purchasing/list/detail/ApplyCallbackUrl
purchase-cashier-callback-url-post: http://api.fee.bailuntec.com/purchase/other/purchasing/list/detail/CashierCallbackUrl purchase-cashier-callback-url-post: http://api.fee.bailuntec.com/purchase/other/purchasing/list/detail/CashierCallbackUrl
cost-apply-callback-url-post: http://api.fee.bailuntec.com/purchase/other/cost/check/ApplyCallbackUrl cost-apply-callback-url-post: http://api.fee.bailuntec.com/purchase/other/cost/check/ApplyCallbackUrl
cost-cashier-callback-url-post: http://api.fee.bailuntec.com/purchase/other/cost/check/CashierCallbackUrl cost-cashier-callback-url-post: http://api.fee.bailuntec.com//purchase/other/cost/check/CashierCallbackUrl
# oa
buy-user-api: http://oa.bailuntec.com/Api/User/GetUser buy-user-api: http://oa.bailuntec.com/Api/User/GetUser
login-user-api: http://oa.bailuntec.com/Login/GetUserByBLUserAcct login-user-api: http://oa.bailuntec.com/Login/GetUserByBLUserAcct
get-exchange-rate-api: http://oa.bailuntec.com/api/ExchangeRate/GetExchangeRate
get-department-list-api: http://oa.bailuntec.com/api/User/GetDeparmentList get-department-list-api: http://oa.bailuntec.com/api/User/GetDeparmentList
# cw
post-company-list-api: http://cw.bailuntec.com/API/API/GetCompanyMainBody post-company-list-api: http://cw.bailuntec.com/API/API/GetCompanyMainBody
post-apply-api: http://cw.bailuntec.com/API/API/Apply post-apply-api: http://cw.bailuntec.com/API/API/Apply
post-company-list-finance-api: http://cw.bailuntec.com/API/API/GetBankAccount post-company-list-finance-api: http://cw.bailuntec.com/API/API/GetBankAccount
get-exchange-rate-api: http://oa.bailuntec.com/api/ExchangeRate/GetExchangeRate get-consumables-api: http://cw.bailuntec.com/Cashier/Cashier/BuyCashierRecordList
get-cashier-annex-api: http://cw.bailuntec.com/API/API/GetCashierAnnex
# supplier
get-supplier-page-list-api: http://supplier.bailuntec.com/Api/GetSupplierPageList get-supplier-page-list-api: http://supplier.bailuntec.com/Api/GetSupplierPageList
get-all-logistics-finance-api: http://supplier.bailuntec.com/Api/GetLogisticsSupplier get-all-logistics-finance-api: http://supplier.bailuntec.com/Api/GetLogisticsSupplier
get-all-sub-logistics-finance-api: http://supplier.bailuntec.com/Api/GetSubLogisticsSupplier get-all-sub-logistics-finance-api: http://supplier.bailuntec.com/Api/GetSubLogisticsSupplier
get-consumables-api: http://cw.bailuntec.com/Cashier/Cashier/BuyCashierRecordList
get-cashier-annex-api: http://cw.bailuntec.com/API/API/GetCashierAnnex
fee-domain: bailuntec.com fee-domain: bailuntec.com
# servlet 容器配置 # servlet 容器配置
...@@ -66,4 +69,3 @@ server: ...@@ -66,4 +69,3 @@ server:
port: 8082 port: 8082
servlet: servlet:
context-path: /purchase/other context-path: /purchase/other
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