Compare commits

...

2 Commits

Author SHA1 Message Date
Leo
d058b58cd0 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/main/java/cn/van/business/mq/MessageConsumerService.java
2025-01-24 13:03:43 +08:00
Leo
8df1fa9fc8 1 2025-01-24 13:00:57 +08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import javax.annotation.Resource;
* @description
*/
@RestController
@RequestMapping("order")
@RequestMapping("/order")
public class OrderController {
public static String TOKEN = "cc0313";

View File

@@ -6,7 +6,6 @@ import org.apache.rocketmq.common.message.Message;
import org.apache.rocketmq.spring.core.RocketMQTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**