fix: align split app runtime dependencies

This commit is contained in:
lingniu
2026-06-23 16:24:32 +08:00
parent f79d995b8c
commit 06cb6aa4b9
7 changed files with 64 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -12,6 +12,8 @@ lingniu:
ingest:
gb32960:
enabled: true
server:
enabled: true
port: ${GB32960_PORT:32960}
boss-threads: ${GB32960_BOSS_THREADS:1}
worker-threads: ${GB32960_WORKER_THREADS:0}

View File

@@ -11,7 +11,9 @@ server:
lingniu:
ingest:
gb32960:
enabled: false
enabled: true
server:
enabled: false
sink:
mq:
enabled: ${KAFKA_ENABLED:true}