【修改】修改包结构,让微服务代码仅存于一个模块里。

This commit is contained in:
zer0Black
2021-03-15 13:51:43 +08:00
parent 174854fc61
commit ef97c02a13
16 changed files with 21 additions and 17 deletions
@@ -2,6 +2,7 @@ package com.jero.modules.cloud.feign.controller;
import cn.hutool.core.util.RandomUtil;
import com.jero.starter.cloud.feign.impl.JeroFeignService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import com.jero.boot.starter.rabbitmq.client.RabbitMqClient;
@@ -10,7 +11,6 @@ import com.jero.common.base.BaseMap;
import com.jero.modules.cloud.constant.CloudConstant;
import com.jero.modules.cloud.feign.feign.JeroTestClient;
import com.jero.modules.cloud.feign.feign.JeroTestClientDyn;
import com.jero.starter.cloud.feign.impl.JeroFeignService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;