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

rename package name

上级 36b4a133
......@@ -15,7 +15,7 @@
<name>${project.artifactId}</name>
<properties>
<start-class>com.whatsmars.cloud.consumer.ConsumerApplication</start-class>
<start-class>org.hongxi.whatsmars.cloud.consumer.ConsumerApplication</start-class>
</properties>
<dependencies>
......
package com.whatsmars.cloud.consumer;
package org.hongxi.whatsmars.cloud.consumer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
......
package com.whatsmars.cloud.consumer.controller;
package org.hongxi.whatsmars.cloud.consumer.controller;
import com.whatsmars.cloud.consumer.feign.DemoFeign;
import com.whatsmars.cloud.consumer.rpc.DemoRpc;
import org.hongxi.whatsmars.cloud.consumer.feign.DemoFeign;
import org.hongxi.whatsmars.cloud.consumer.rpc.DemoRpc;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
......
package com.whatsmars.cloud.consumer.feign;
package org.hongxi.whatsmars.cloud.consumer.feign;
import org.springframework.cloud.netflix.feign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
......
package com.whatsmars.cloud.consumer.rpc;
package org.hongxi.whatsmars.cloud.consumer.rpc;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframework.beans.factory.annotation.Autowired;
......
......@@ -13,7 +13,7 @@
<name>${project.artifactId}</name>
<properties>
<start-class>com.whatsmars.cloud.eureka.EurekaApplication</start-class>
<start-class>org.hongxi.whatsmars.cloud.eureka.EurekaApplication</start-class>
</properties>
<dependencies>
......
package com.whatsmars.cloud.eureka;
package org.hongxi.whatsmars.cloud.eureka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
......
......@@ -13,7 +13,7 @@
<name>${project.artifactId}</name>
<properties>
<start-class>com.whatsmars.cloud.provider.ProviderApplication</start-class>
<start-class>org.hongxi.whatsmars.cloud.provider.ProviderApplication</start-class>
</properties>
<dependencies>
......
package com.whatsmars.cloud.provider;
package org.hongxi.whatsmars.cloud.provider;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
......
package com.whatsmars.cloud.provider.resource;
package org.hongxi.whatsmars.cloud.provider.resource;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.RequestMapping;
......
......@@ -13,7 +13,7 @@
<name>${project.artifactId}</name>
<properties>
<start-class>com.whatsmars.cloud.zuul.ZuulApplication</start-class>
<start-class>org.hongxi.whatsmars.cloud.zuul.ZuulApplication</start-class>
</properties>
<dependencies>
......
package com.whatsmars.cloud.zuul;
package org.hongxi.whatsmars.cloud.zuul;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
......
package com.whatsmars.cloud.zuul.filter;
package org.hongxi.whatsmars.cloud.zuul.filter;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.netflix.zuul.ZuulFilter;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册