chore: keep swagger on api apps only
This commit is contained in:
@@ -28,12 +28,6 @@ spring:
|
||||
server:
|
||||
port: ${HTTP_PORT:20100}
|
||||
|
||||
springdoc:
|
||||
swagger-ui:
|
||||
path: /swagger-ui.html
|
||||
api-docs:
|
||||
path: /v3/api-docs
|
||||
|
||||
lingniu:
|
||||
ingest:
|
||||
gb32960:
|
||||
|
||||
@@ -64,7 +64,8 @@ class Gb32960IngestAppDefaultsTest {
|
||||
.doesNotContain("event-history:")
|
||||
.doesNotContain("event-file-store:")
|
||||
.doesNotContain("vehicle-state:")
|
||||
.doesNotContain("vehicle-stat:");
|
||||
.doesNotContain("vehicle-stat:")
|
||||
.doesNotContain("springdoc:");
|
||||
assertThat(applicationYaml())
|
||||
.contains("password: ${GB32960_PLATFORM_PWD_HYUNDAI:}")
|
||||
.contains("password: ${GB32960_PLATFORM_PWD_YUEJIN:}")
|
||||
|
||||
Reference in New Issue
Block a user