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.
56 lines
1.4 KiB
56 lines
1.4 KiB
# 开发环境配置
|
|
server:
|
|
# 服务器的HTTP端口,默认为8080
|
|
port: 18080
|
|
servlet:
|
|
# 应用的访问路径
|
|
context-path: /
|
|
tomcat:
|
|
# tomcat的URI编码
|
|
uri-encoding: UTF-8
|
|
# 连接数满后的排队数,默认为100
|
|
accept-count: 100
|
|
threads:
|
|
# tomcat最大线程数,默认为200
|
|
max: 100
|
|
# Tomcat启动初始化的线程数,默认值10
|
|
min-spare: 10
|
|
|
|
spring:
|
|
datasource:
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
url: jdbc:sqlserver://192.168.0.142:1433;database=ExChangeCenter_Test;encrypt=false
|
|
username: sa
|
|
password: BPM@#123!@#
|
|
|
|
# driverClassName: com.mysql.cj.jdbc.Driver
|
|
# url: jdbc:mysql://dev.ccwin-in.com:23113/sfms_hella?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
# username: learun
|
|
# password: Microdoft@2021
|
|
|
|
# 日志配置
|
|
logging:
|
|
file:
|
|
path: logs
|
|
level:
|
|
com.win: debug
|
|
org.springframework: warn
|
|
|
|
###################### 以下是银行配置 ######################
|
|
|
|
# 招商银行
|
|
cmb:
|
|
# 用户ID,前置机查看
|
|
uid: N002986522
|
|
# 业务模式,前置机查看
|
|
busMod: "00002"
|
|
url: http://192.168.0.142:8080/cdcserver/api/v2
|
|
|
|
# 交通银行
|
|
bocom:
|
|
url: http://192.168.0.142:8899
|
|
# 企业代码
|
|
corpNo: "0020005695"
|
|
# 企业用户号
|
|
userNo: "00003"
|
|
|