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 99133ef3
authored
Nov 08, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test(spring Boot test): 测试时间片容量计算
1 parent
8363d5f6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
0 deletions
project-order/src/test/java/com/dituhui/pea/order/scheduler/CalcEngineerCapacitySchedulerTest.java
project-order/src/test/resources/application.yaml
project-order/src/test/java/com/dituhui/pea/order/scheduler/CalcEngineerCapacitySchedulerTest.java
0 → 100644
View file @
99133ef
package
com
.
dituhui
.
pea
.
order
.
scheduler
;
import
com.dituhui.pea.order.OrderServiceApplication
;
import
org.junit.jupiter.api.Test
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.boot.test.context.SpringBootTest
;
@SpringBootTest
(
classes
=
OrderServiceApplication
.
class
)
class
CalcEngineerCapacitySchedulerTest
{
@Autowired
private
CalcEngineerCapacityScheduler
calcEngineerCapacityScheduler
;
@Test
void
calcOneEngineer
()
{
// calcEngineerCapacityScheduler.calcOneEngineer("2023-11-09", "6200044665");
}
}
\ No newline at end of file
project-order/src/test/resources/application.yaml
0 → 100644
View file @
99133ef
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.10.92:8848
group
:
project
username
:
nacos
password
:
nacos
config
:
server-addr
:
192.168.10.92: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
\ 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