crmproject/crm-admin/src/main/resources/application-dev.yml

63 lines
1.8 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

spring:
#redis
redis:
# 地址
host: 121.37.179.211
# 端口默认为6379
port: 6379
# 数据库索引
database: 15
# 密码
password: yunjiaokj123
# 连接超时时间
timeout: 1000
lettuce:
pool:
maxActive: -1 #连接池最大连接数(使用负值表示没有限制)
maxWait: 3000 #连接池最大阻塞等待时间(使用负值表示没有限制)
maxIdle: 50000 #连接池中的最大空闲连接
minIdle: 0 #连接池中的最小空闲连接
#数据库
datasource-oracle:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: oracle.jdbc.OracleDriver
url: jdbc:oracle:thin:@121.37.179.211:1521:ORCL
username: kesai
password: kesai
datasource-sqlserver:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sourceforge.jtds.jdbc.Driver
url: jdbc:jtds:sqlserver://124.128.82.218:10000/UFDATA_100_2020
# url: jdbc:jtds:sqlserver://192.168.1.199:1433/UFDATA_100_2020
username: sa
password:
datasource-sqlserver1:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sourceforge.jtds.jdbc.Driver
url: jdbc:jtds:sqlserver://124.128.82.218:10000/UFDATA_400_2020
username: sa
password:
datasource-sqlserver2:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sourceforge.jtds.jdbc.Driver
url: jdbc:jtds:sqlserver://124.128.82.218:10000/UFDATA_008_2020
username: sa
password:
# 项目相关配置
userinfo:
# 名称
name: crmproject
# 积木报表导出pdf的url
jmUrl: http://192.168.0.124:9091/jmreport/exportPdf
# 发货单的积木报表id
invConfigId: 904237003519217664
# 微信支付API调用服务器的IP
wxPayClientIp: 60.204.129.13
# 配置文件路径
configUrl: E:/config/application/config.properties