Skip to content

Commit a0aea3d

Browse files
committed
【同步】jdk21 和 jdk8 的代码(MES)【单测修复】
1 parent fd2be00 commit a0aea3d

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

yudao-module-mes/src/test/resources/application-unit-test.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ spring:
2222
schema-locations: classpath:/sql/create_tables.sql
2323

2424
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
25-
data:
26-
redis:
27-
host: 127.0.0.1 # 地址
28-
port: 16379 # 端口(单元测试,使用 16379 端口)
29-
database: 0 # 数据库索引
25+
redis:
26+
host: 127.0.0.1 # 地址
27+
port: 16379 # 端口(单元测试,使用 16379 端口)
28+
database: 0 # 数据库索引
3029

3130
mybatis:
3231
lazy-initialization: true # 单元测试,设置 MyBatis Mapper 延迟加载,加速每个单元测试

0 commit comments

Comments
 (0)