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.
46 lines
1.2 KiB
46 lines
1.2 KiB
#项目配置
|
|
project:
|
|
flowTest: false
|
|
upload:
|
|
#上传映射地址
|
|
proxy-url: https://qsjslservice.oss-cn-guangzhou.aliyuncs.com/jsl/
|
|
|
|
apis:
|
|
host:
|
|
seeyon: 'http://127.0.0.1:7445'
|
|
|
|
aliyun:
|
|
oss:
|
|
bucket: qsjslservice
|
|
accessKeyId: LTAI5tHvNJT7M9YZJ9BSmURK
|
|
accessKeySecret: OzH0ea3w8fgjrll9P0XTQlqmEg3Cky
|
|
endpoint: oss-cn-guangzhou.aliyuncs.com
|
|
prefix: jsl
|
|
#服务配置
|
|
server:
|
|
port: 7300
|
|
servlet:
|
|
context-path: /
|
|
|
|
#SpringBoot相关
|
|
spring:
|
|
datasource:
|
|
dynamic:
|
|
primary: main
|
|
strict: false
|
|
datasource:
|
|
main:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://183.56.249.148:3306/jsl_cp_serve?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true
|
|
username: root
|
|
password: '@Jsl2282125'
|
|
crm:
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
url: jdbc:mysql://183.56.249.148:3306/jsl_cost_base?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true
|
|
username: root
|
|
password: '@Jsl2282125'
|
|
redis:
|
|
database: 1
|
|
host: 127.0.0.1
|
|
port: 6379
|
|
password:
|
|
|