feat(maven-cw-elevator): 增加 starter 模块与可执行发布包

- 新增 cw-elevator-application-starter:repackage 产出 cw-elevator-application-2.0.0.jar
- ElevatorApplication:Feign、MapperScan、Async、Cache、AOP、EnableCloudwalkEvent
- 父 POM 引入 Spring Cloud Greenwich.SR6 BOM;service 使用 spring-cloud-starter-openfeign
- 主类 Start-Class: cn.cloudwalk.elevator.ElevatorApplication

Made-with: Cursor

Former-commit-id: 2b89dcb5aab7c0f29a1068fc9839de99670f2789
This commit is contained in:
反编译工作区
2026-04-25 09:41:11 +08:00
parent dee355b4a7
commit 2cd9da61da
4 changed files with 110 additions and 3 deletions
@@ -69,11 +69,9 @@
<groupId>cn.cloudwalk.intelligent</groupId>
<artifactId>intelligent-cwoscomponent-rest</artifactId>
</dependency>
<!-- 反编译源码曾引用 netflix.feign;与 Spring Boot 2.1 对齐为 openfeign 注解包 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
<version>2.1.5.RELEASE</version>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency>
</dependencies>