金币系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
232 B

  1. //package com.example.demo.controller;
  2. //
  3. //import org.springframework.context.annotation.Configuration;
  4. //import org.springframework.kafka.annotation.EnableKafka;
  5. //
  6. //@Configuration
  7. //@EnableKafka
  8. //public class KafkaConfig {
  9. //}