mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-07 12:59:01 +00:00
update 修改包名为org.dromara
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>ruoyi-example</artifactId>
|
||||
<version>1.6.0</version>
|
||||
</parent>
|
||||
@@ -45,22 +45,22 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>ruoyi-common-sentinel</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>ruoyi-common-security</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>ruoyi-common-doc</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.ruoyi</groupId>
|
||||
<groupId>org.dromara</groupId>
|
||||
<artifactId>ruoyi-common-web</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
@@ -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