chore: keep swagger on api apps only
This commit is contained in:
@@ -49,10 +49,6 @@
|
||||
<groupId>com.alibaba.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user