调用算法lac
This commit is contained in:
parent
7aa9325a24
commit
79843b3b36
@ -62,7 +62,7 @@ public class LacNlpService implements INlp {
|
||||
|
||||
@Override
|
||||
public Mono<Nlp> geSingletNlp(String value) {
|
||||
if(SpringUtil.getProperty("lac.type").equals("suanfa")){
|
||||
if(!SpringUtil.getProperty("lac.type").equals("suanfa")){
|
||||
return getHubFaLac(value);
|
||||
}
|
||||
return getSuanFaLac(value);
|
||||
|
||||
@ -2,6 +2,6 @@ server:
|
||||
port: 8080
|
||||
spring:
|
||||
profiles:
|
||||
active: test
|
||||
active: dev
|
||||
application:
|
||||
name: qiuguo-iot-box-websocket
|
||||
Loading…
x
Reference in New Issue
Block a user