File tree Expand file tree Collapse file tree 14 files changed +27
-25
lines changed
ruoyi-example/ruoyi-test-mq/src/main/java/org/dromara/stream/config Expand file tree Collapse file tree 14 files changed +27
-25
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ services:
4646 network_mode : " host"
4747
4848 redis :
49- image : redis:6.2.7
49+ image : redis:6.2.12
5050 container_name : redis
5151 ports :
5252 - " 6379:6379"
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
Original file line number Diff line number Diff line change 44import org .apache .kafka .streams .kstream .KStream ;
55import org .springframework .context .annotation .Bean ;
66import org .springframework .context .annotation .Configuration ;
7+ import org .springframework .kafka .annotation .EnableKafkaStreams ;
78
89/**
910 * kafka stream 配置
1011 *
1112 * @author LionLi
1213 */
1314@ Configuration
15+ @ EnableKafkaStreams
1416public class KafkaStreamsConfig {
1517
1618 @ Bean
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
Original file line number Diff line number Diff line change 11# 贝尔实验室 Spring 官方推荐镜像 JDK下载地址 https://bell-sw.com/pages/downloads/
2- FROM bellsoft/liberica-openjdk-alpine :17.0.11-cds
3- # FROM bellsoft/liberica-openjdk-alpine :21.0.3-cds
2+ FROM bellsoft/liberica-openjdk-debian :17.0.11-cds
3+ # FROM bellsoft/liberica-openjdk-debian :21.0.3-cds
44# FROM findepi/graalvm:java17-native
55
66LABEL maintainer="Lion Li"
You can’t perform that action at this time.
0 commit comments