修改 starter-test 包配置.

This commit is contained in:
lijiahang
2023-08-24 15:11:35 +08:00
parent 87f6c1cd90
commit 8695fa9af3
14 changed files with 173 additions and 65 deletions

View File

@@ -35,6 +35,8 @@ public interface AutoConfigureOrderConst {
int FRAMEWORK_REDIS = Integer.MIN_VALUE + 2000;
int FRAMEWORK_REDIS_CACHE = Integer.MIN_VALUE + 2050;
int FRAMEWORK_STORAGE = Integer.MIN_VALUE + 2100;
int FRAMEWORK_MONITOR = Integer.MIN_VALUE + 2200;