mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-05-12 06:42:08 +08:00
update 修改包名为org.dromara
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package com.ruoyi.stream;
|
||||
package org.dromara.stream;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@@ -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;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.ruoyi.stream.mq;
|
||||
package org.dromara.stream.mq;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user