chore: align readme build tooling
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
| 熔断/限流 | Resilience4j 2 |
|
||||
| 可观测 | Micrometer + Prometheus |
|
||||
| 冷存 | S3 / OSS / 本地 |
|
||||
| 构建 | Maven + Spotless + ArchUnit |
|
||||
| 构建 | Maven |
|
||||
|
||||
## 模块划分
|
||||
|
||||
|
||||
@@ -191,6 +191,7 @@ class MavenModuleProfileTest {
|
||||
.contains("Eclipse Paho " + projectProperty(pom, "paho-mqtt.version"))
|
||||
.contains("session-core/ 设备会话 + 鉴权 + Token + Redis SessionStore")
|
||||
.contains("| 事件流 | **Kafka**(唯一生产消息通道,vin 分区,保证单车有序) |")
|
||||
.contains("| 构建 | Maven |")
|
||||
.contains("protocol-jt1078/ JT/T 1078(optional-command-gateway profile")
|
||||
.contains("protocol-jsatl12/ 苏标主动安全报警附件(optional-attachments profile)")
|
||||
.contains("vehicle-state-service/ Kafka 全字段事件消费 + Redis 热状态查询(optional-latest-state profile)")
|
||||
@@ -207,6 +208,8 @@ class MavenModuleProfileTest {
|
||||
.doesNotContain("RabbitMQ")
|
||||
.doesNotContain("RocketMQ")
|
||||
.doesNotContain("其他 MQ 后端")
|
||||
.doesNotContain("Spotless")
|
||||
.doesNotContain("ArchUnit")
|
||||
.doesNotContain("mvn clean install -DskipTests")
|
||||
.doesNotContain("-DskipTests")
|
||||
.doesNotContain("Caffeine 内存降级")
|
||||
|
||||
Reference in New Issue
Block a user