chore: keep swagger on api apps only

This commit is contained in:
lingniu
2026-07-01 15:32:17 +08:00
parent dc56a664f4
commit 53f8f79c3e
13 changed files with 35 additions and 41 deletions

View File

@@ -28,12 +28,6 @@ spring:
server:
port: ${HTTP_PORT:20400}
springdoc:
swagger-ui:
path: /swagger-ui.html
api-docs:
path: /v3/api-docs
lingniu:
ingest:
jt808:

View File

@@ -55,6 +55,7 @@ class Jt808IngestAppDefaultsTest {
.doesNotContain("event-file-store:")
.doesNotContain("vehicle-state:")
.doesNotContain("vehicle-stat:")
.doesNotContain("springdoc:")
.doesNotContain("SESSION_STORE")
.doesNotContain("VEHICLE_IDENTITY_STORE")
.doesNotContain("KAFKA_ENABLED");