代码更新

This commit is contained in:
2022-09-07 15:01:12 +08:00
parent 8dda0820d5
commit 56182aa79c
35 changed files with 704 additions and 283 deletions

View File

@@ -1,3 +1,4 @@
/*
package com.njcn.microservice.config;
import com.netflix.loadbalancer.IRule;
@@ -5,11 +6,13 @@ import com.njcn.microservice.compent.NacosWeightLoadBalanceRule;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
*/
/**
* @author hongawen
* @version 1.0.0
* @date 2022年08月25日 19:53
*/
*//*
@Configuration
public class RibbonConfig {
@@ -20,3 +23,4 @@ public class RibbonConfig {
}
*/