Commit 5ee40490 by Nepxion

重构artifactId中extension为starter

parent 4e426c26
...@@ -14,7 +14,7 @@ import org.springframework.boot.builder.SpringApplicationBuilder; ...@@ -14,7 +14,7 @@ import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import com.nepxion.discovery.plugin.example.gateway.extension.MyDiscoveryEnabledStrategy; import com.nepxion.discovery.plugin.example.gateway.impl.MyDiscoveryEnabledStrategy;
@SpringBootApplication @SpringBootApplication
@EnableDiscoveryClient @EnableDiscoveryClient
......
package com.nepxion.discovery.plugin.example.gateway.extension; package com.nepxion.discovery.plugin.example.gateway.impl;
/** /**
* <p>Title: Nepxion Discovery</p> * <p>Title: Nepxion Discovery</p>
......
...@@ -15,11 +15,11 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient; ...@@ -15,11 +15,11 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.openfeign.EnableFeignClients; import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import com.nepxion.discovery.plugin.example.service.extension.MyDiscoveryListener; import com.nepxion.discovery.plugin.example.service.impl.MyDiscoveryEnabledStrategy;
import com.nepxion.discovery.plugin.example.service.extension.MyLoadBalanceListener; import com.nepxion.discovery.plugin.example.service.impl.MyDiscoveryListener;
import com.nepxion.discovery.plugin.example.service.extension.MyRegisterListener; import com.nepxion.discovery.plugin.example.service.impl.MyLoadBalanceListener;
import com.nepxion.discovery.plugin.example.service.extension.MyDiscoveryEnabledStrategy; import com.nepxion.discovery.plugin.example.service.impl.MyRegisterListener;
import com.nepxion.discovery.plugin.example.service.extension.MySubscriber; import com.nepxion.discovery.plugin.example.service.impl.MySubscriber;
@SpringBootApplication @SpringBootApplication
@EnableDiscoveryClient @EnableDiscoveryClient
......
package com.nepxion.discovery.plugin.example.service.extension; package com.nepxion.discovery.plugin.example.service.impl;
/** /**
* <p>Title: Nepxion Discovery</p> * <p>Title: Nepxion Discovery</p>
......
package com.nepxion.discovery.plugin.example.service.extension; package com.nepxion.discovery.plugin.example.service.impl;
/** /**
* <p>Title: Nepxion Discovery</p> * <p>Title: Nepxion Discovery</p>
......
package com.nepxion.discovery.plugin.example.service.extension; package com.nepxion.discovery.plugin.example.service.impl;
/** /**
* <p>Title: Nepxion Discovery</p> * <p>Title: Nepxion Discovery</p>
......
package com.nepxion.discovery.plugin.example.service.extension; package com.nepxion.discovery.plugin.example.service.impl;
/** /**
* <p>Title: Nepxion Discovery</p> * <p>Title: Nepxion Discovery</p>
......
package com.nepxion.discovery.plugin.example.service.extension; package com.nepxion.discovery.plugin.example.service.impl;
/** /**
* <p>Title: Nepxion Discovery</p> * <p>Title: Nepxion Discovery</p>
......
...@@ -15,7 +15,7 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient; ...@@ -15,7 +15,7 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy; import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Bean;
import com.nepxion.discovery.plugin.example.zuul.extension.MyDiscoveryEnabledStrategy; import com.nepxion.discovery.plugin.example.zuul.impl.MyDiscoveryEnabledStrategy;
@SpringBootApplication @SpringBootApplication
@EnableDiscoveryClient @EnableDiscoveryClient
......
package com.nepxion.discovery.plugin.example.zuul.extension; package com.nepxion.discovery.plugin.example.zuul.impl;
/** /**
* <p>Title: Nepxion Discovery</p> * <p>Title: Nepxion Discovery</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment