提交 05885374 编写于 作者: 武汉红喜's avatar 武汉红喜

rename

上级 8b6355e9
......@@ -15,7 +15,7 @@
<name>${project.artifactId}</name>
<description>The demo module of springcloud project</description>
<modules>
<module>whatsmars-springcloud-consumer</module>
<module>whatsmars-cloud-consumer</module>
<module>whatsmars-cloud-eureka</module>
<module>whatsmars-cloud-provider</module>
</modules>
......
......@@ -13,13 +13,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.whatsmars</groupId>
<artifactId>whatsmars-springcloud-consumer</artifactId>
<artifactId>whatsmars-cloud-consumer</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<properties>
<start-class>com.whatsmars.springcloud.consumer.ConsumerApplication</start-class>
<start-class>com.whatsmars.cloud.consumer.ConsumerApplication</start-class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.7</java.version>
......
package com.whatsmars.springcloud.consumer;
package com.whatsmars.cloud.consumer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
......
package com.whatsmars.springcloud.consumer.controller;
package com.whatsmars.cloud.consumer.controller;
import com.whatsmars.springcloud.consumer.feign.DemoFeign;
import com.whatsmars.cloud.consumer.feign.DemoFeign;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
......
package com.whatsmars.springcloud.consumer.feign;
package com.whatsmars.cloud.consumer.feign;
import org.springframework.cloud.netflix.feign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册