Commit eda3c460 authored by cwk's avatar cwk

名称改动

parent 6e383b95
...@@ -14,7 +14,7 @@ import org.springframework.web.client.RestTemplate; ...@@ -14,7 +14,7 @@ import org.springframework.web.client.RestTemplate;
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicBoolean;
@Component("recog-thh") @Component("edgetoedge")
@Slf4j @Slf4j
public class RecogThhService extends BaseService { public class RecogThhService extends BaseService {
......
...@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component; ...@@ -13,7 +13,7 @@ import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.web.client.RestTemplate; import org.springframework.web.client.RestTemplate;
@Component("recog-zgs") @Component("small_object")
@Slf4j @Slf4j
public class RecogZgsService extends RecogService{ public class RecogZgsService extends RecogService{
......
...@@ -48,10 +48,10 @@ server: ...@@ -48,10 +48,10 @@ server:
service-config: service-config:
recog-lists: recog-lists:
- id: recog-zgs - id: small_object
name: 张高帅算法 name: 张高帅算法
#json: "{ \"url\":\"String\",\"initial_workers\":\"Integer\" }" #json: "{ \"url\":\"String\",\"initial_workers\":\"Integer\" }"
- id: recog-thh - id: edgetoedge
name: 田浩瀚算法 name: 田浩瀚算法
deploy-lists: deploy-lists:
......
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