File tree Expand file tree Collapse file tree 8 files changed +17
-295
lines changed
src/main/java/org/minbox/framework/api/boot/autoconfigure/sequence
api-boot-starters/api-boot-starter-sequence
api-boot/src/main/java/org/minbox/framework/api/boot/sequence Expand file tree Collapse file tree 8 files changed +17
-295
lines changed Original file line number Diff line number Diff line change 1111- 将 "api-boot-plugin-quartz" 模块代码逻辑迁移至 "api-boot" 模块
1212- 将 "api-boot-plugin-rate-limiter" 插件从项目中抽离作为独立项目存在,[ minbox-ratelimiter] ( https://github.com/minbox-projects/minbox-ratelimiter )
1313- 将 "api-boot-plugin-oauth" 模块代码逻辑迁移至 "api-boot" 模块
14- - 将 "api-boot-plugin-sequence" 模块代码逻辑迁移至 "api-boot" 模块
14+ - 将 "api-boot-plugin-sequence" 插件从项目中抽离作为独立项目存在, [ minbox-sequence ] ( https://github.com/minbox-projects/minbox-sequence )
1515- 将 "api-boot-plugin-security" 模块代码逻辑迁移至 "api-boot" 模块
1616- 将 "api-boot-plugin-resource-load" 插件从项目中抽离作为独立项目存在,[ minbox-resource-load] ( https://github.com/minbox-projects/minbox-resource-load )
1717- 将 "${project.groupId}" 变量替换为 "org.minbox.framework"
Original file line number Diff line number Diff line change 141141 <artifactId >minbox-datasource-switch</artifactId >
142142 <optional >true</optional >
143143 </dependency >
144+ <dependency >
145+ <groupId >org.minbox.framework</groupId >
146+ <artifactId >minbox-sequence</artifactId >
147+ </dependency >
144148
145149
146150 <!-- Others-->
Original file line number Diff line number Diff line change 11package org .minbox .framework .api .boot .autoconfigure .sequence ;
22
3- import org .minbox .framework .api . boot . sequence .Sequence ;
3+ import org .minbox .framework .sequence .Sequence ;
44import org .springframework .boot .autoconfigure .condition .ConditionalOnClass ;
55import org .springframework .boot .autoconfigure .condition .ConditionalOnMissingBean ;
66import org .springframework .boot .context .properties .EnableConfigurationProperties ;
Original file line number Diff line number Diff line change 11package org .minbox .framework .api .boot .autoconfigure .sequence ;
22
33
4- import org .minbox .framework .api . boot . sequence .Sequence ;
4+ import org .minbox .framework .sequence .Sequence ;
55
66/**
77 * 封装{@link Sequence}的上下文
Original file line number Diff line number Diff line change 2828 <minbox-ratelimiter .version>1.0.0.RELEASE</minbox-ratelimiter .version>
2929 <minbox-resource-load .version>1.0.0.RELEASE</minbox-resource-load .version>
3030 <minbox-datasource-switch .version>1.0.0.RELEASE</minbox-datasource-switch .version>
31+ <minbox-sequence .version>1.0.0.RELEASE</minbox-sequence .version>
3132 <minbox-mongo-client-settings .version>1.0.0.RELEASE</minbox-mongo-client-settings .version>
3233 <code .builder.core.version>1.0.5.RELEASE</code .builder.core.version>
3334 <mybatis-enhance .version>1.1.3.RELEASE</mybatis-enhance .version>
182183 <artifactId >minbox-datasource-switch</artifactId >
183184 <version >${minbox-datasource-switch.version} </version >
184185 </dependency >
186+ <dependency >
187+ <groupId >org.minbox.framework</groupId >
188+ <artifactId >minbox-sequence</artifactId >
189+ <version >${minbox-sequence.version} </version >
190+ </dependency >
185191
186192
187193 <!-- ApiBoot Dependencies-->
Original file line number Diff line number Diff line change 4242 <groupId >org.minbox.framework</groupId >
4343 <artifactId >api-boot-starter</artifactId >
4444 </dependency >
45+ <dependency >
46+ <groupId >org.minbox.framework</groupId >
47+ <artifactId >minbox-sequence</artifactId >
48+ </dependency >
4549 </dependencies >
4650
4751</project >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments