We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2be00 commit a0aea3dCopy full SHA for a0aea3d
1 file changed
yudao-module-mes/src/test/resources/application-unit-test.yaml
@@ -22,11 +22,10 @@ spring:
22
schema-locations: classpath:/sql/create_tables.sql
23
24
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
25
- data:
26
- redis:
27
- host: 127.0.0.1 # 地址
28
- port: 16379 # 端口(单元测试,使用 16379 端口)
29
- database: 0 # 数据库索引
+ redis:
+ host: 127.0.0.1 # 地址
+ port: 16379 # 端口(单元测试,使用 16379 端口)
+ database: 0 # 数据库索引
30
31
mybatis:
32
lazy-initialization: true # 单元测试,设置 MyBatis Mapper 延迟加载,加速每个单元测试
0 commit comments