update 修改包名为org.dromara

This commit is contained in:
Yjoioooo
2023-04-24 11:29:08 +08:00
parent 0944318dc6
commit fbe8aa4f5f
719 changed files with 2412 additions and 2412 deletions

View File

@@ -1,4 +1,4 @@
package com.ruoyi.stream;
package org.dromara.stream;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;

View File

@@ -1,9 +1,9 @@
package com.ruoyi.stream.controller;
package org.dromara.stream.controller;
import com.ruoyi.common.core.domain.R;
import com.ruoyi.stream.mq.producer.DelayProducer;
import com.ruoyi.stream.mq.producer.LogStreamProducer;
import com.ruoyi.stream.mq.producer.TestStreamProducer;
import org.dromara.common.core.domain.R;
import org.dromara.stream.mq.producer.DelayProducer;
import org.dromara.stream.mq.producer.LogStreamProducer;
import org.dromara.stream.mq.producer.TestStreamProducer;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;

View File

@@ -1,4 +1,4 @@
package com.ruoyi.stream.mq;
package org.dromara.stream.mq;
import lombok.Data;
import lombok.experimental.Accessors;

View File

@@ -1,7 +1,7 @@
package com.ruoyi.stream.mq.consumer;
package org.dromara.stream.mq.consumer;
import com.ruoyi.stream.mq.TestMessaging;
import org.dromara.stream.mq.TestMessaging;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;

View File

@@ -1,6 +1,6 @@
package com.ruoyi.stream.mq.consumer;
package org.dromara.stream.mq.consumer;
import com.ruoyi.stream.mq.TestMessaging;
import org.dromara.stream.mq.TestMessaging;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;

View File

@@ -1,6 +1,6 @@
package com.ruoyi.stream.mq.consumer;
package org.dromara.stream.mq.consumer;
import com.ruoyi.stream.mq.TestMessaging;
import org.dromara.stream.mq.TestMessaging;
import lombok.extern.slf4j.Slf4j;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;

View File

@@ -1,6 +1,6 @@
package com.ruoyi.stream.mq.producer;
package org.dromara.stream.mq.producer;
import com.ruoyi.stream.mq.TestMessaging;
import org.dromara.stream.mq.TestMessaging;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.stream.function.StreamBridge;
import org.springframework.messaging.Message;

View File

@@ -1,6 +1,6 @@
package com.ruoyi.stream.mq.producer;
package org.dromara.stream.mq.producer;
import com.ruoyi.stream.mq.TestMessaging;
import org.dromara.stream.mq.TestMessaging;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.stream.function.StreamBridge;
import org.springframework.messaging.support.MessageBuilder;

View File

@@ -1,6 +1,6 @@
package com.ruoyi.stream.mq.producer;
package org.dromara.stream.mq.producer;
import com.ruoyi.stream.mq.TestMessaging;
import org.dromara.stream.mq.TestMessaging;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.stream.function.StreamBridge;
import org.springframework.messaging.support.MessageBuilder;