mirror of
https://gitee.com/dromara/MilvusPlus.git
synced 2025-12-07 01:18:23 +08:00
初始化扫描指定包实体类缓存+自动构建集合
This commit is contained in:
parent
c8abc65a51
commit
8f59cd7d59
@ -24,7 +24,7 @@ public class MilvusConfig {
|
||||
}
|
||||
ConnectConfig connectConfig = ConnectConfig.builder()
|
||||
.uri(properties.getUri())
|
||||
// .token(properties.getToken())
|
||||
.token(properties.getToken())
|
||||
.build();
|
||||
return new MilvusClientV2(connectConfig);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user