application.yaml
2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
#server:
# port: 8013
#
#spring:
# application:
# name: project-order
# jackson:
# default-property-inclusion: NON_NULL
# time-zone: GMT+8
# date-format: yyyy-MM-dd HH:mm:ss
# cloud:
# nacos:
# discovery:
# server-addr: 127.0.0.1:8848
# group: project
# username: nacos
# password: nacos
# config:
# server-addr: 127.0.0.1:8848
# group: project
# file-extension: yaml
# import-check:
# # no config file
# enabled: false
# username: nacos
# password: nacos
# config:
# import:
# - nacos:redis-config.yaml?group=project&refreshEnabled=true
# - nacos:bean-kafka-config.yaml?group=project&refreshEnabled=true
# #config:
# # import:
# # - optional:nacos:project-order.yaml
# # - optional:nacos:datasource-config.yaml
# datasource:
# driver-class-name: com.mysql.cj.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:32306/saas_aftersale_test?serverTimezone=Asia/Shanghai
# username: boxi
# password: boxi_dev_0725
# type: com.alibaba.druid.pool.DruidDataSource
#
#seata:
# application-id: ${spring.application.name}
# tx-service-group: ${spring.application.name}-group
# service:
# vgroup-mapping:
# project-order-group: default
# grouplist:
# default: 127.0.0.1:8091
#
#mybatis-plus:
# global-config:
# db-config:
# id-type: auto
# configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#
#sentry:
# dsn: http://85293a9310fc4a8187422a7a257fc1ba@sentry.zjhuixinyun.com/8
#
# # Set traces_sample_rate to 1.0 to capture 100%
# # of transactions for performance monitoring.
# # We recommend adjusting this value in production.
# tracesSampleRate: 1.0
# exception-resolver-order: -2147483647
#
#SaaS:
# url: https://pea-test.bshg.com.cn
# ak: 64e1cde3f9144bfb850b7d37c51af559
# userAccount: sMvf3yZWA69lKcvlgKcOHQ==
# userPassword: qjOHxpQPXLnJP+Jq1CZGBQ==
# encryptionPassWord: 64e1cde3f9144bfb
#bean:
# server: https://bean-test.bshg.com.cn
# app-key: eDZEhTCxAcM9paRfwPjAM7RGkfmbf15S_PEA
# secret-key: 9kB3ESrYhh8A08nta7CjnYn2Jw1wAEXH_PEA
#
#scheduler:
# init-engineer-capacity:
# # 每天22点1次
# cron-expr: 0 0 22 * * ?
# day-offset-begin: 1
# day-offset-end: 20
# rewrite-force: true
#
# calc-engineer-capacity:
# # 8-20点,每30分钟1次
# cron-expr: 0 */30 1-23 * * ?
# day-offset-begin: 0
# day-offset-end: 20
#
# calc-org-capacity:
# # 8-20点,每小时1次
# cron-expr: 0 0 1-23 * * ?
# day-offset-begin: 0
# day-offset-end: 20
#logging:
# level:
# root: info
# org.hibernate.type.descriptor.sql.BasicBinder: trace