Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 012a6c54
authored
Jan 11, 2024
by
yangxiujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:上传工单修改问题
1 parent
120e5df6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
94 additions
and
0 deletions
project-order/src/main/resources/application-dev.yaml
project-order/src/main/resources/application-dev.yaml
0 → 100644
View file @
012a6c5
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
:
192.168.0.62:8848
group
:
project
config
:
server-addr
:
192.168.0.62:8848
group
:
project
file-extension
:
yaml
import-check
:
# no config file
enabled
:
false
config
:
import
:
-
optional:nacos:redis-config.yaml?group=project&refreshEnabled=true
-
optional: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://10.10.0.116:32306/saas_aftersale_test?serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://192.168.0.62:32306/saas_aftersale_test?serverTimezone=Asia/Shanghai
username
:
root
password
:
boxi_dev_0725
type
:
com.alibaba.druid.pool.DruidDataSource
jpa
:
show-sql
:
true
properties
:
hibernate
:
format_sql
:
true
#seata:
# application-id: ${spring.application.name}
# tx-service-group: ${spring.application.name}-group
# service:
# vgroup-mapping:
# project-order-group: default
# grouplist:
# default: seata-server: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
scheduler
:
init-engineer-capacity
:
# 每天22点1次
#cron-expr: 0 0 22 * * ?
cron-expr
:
0 40 * * * ?
day-offset-begin
:
0
day-offset-end
:
14
rewrite-force
:
true
calc-engineer-capacity
:
# 8-20点,每30分钟1次
cron-expr
:
0 */30 1-23 * * ?
day-offset-begin
:
0
day-offset-end
:
14
calc-org-capacity
:
# 8-20点,每小时1次
cron-expr
:
0 0 1-23 * * ?
day-offset-begin
:
0
day-offset-end
:
14
service-msg
:
0 0 11,17 * * ?
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment