From bde8258f7de3dfc5cbf0fc59f2b74ed0fd073df7 Mon Sep 17 00:00:00 2001 From: shikeying <shikeying@163.com> Date: 星期日, 31 三月 2024 11:11:20 +0800 Subject: [PATCH] 添加milvus代码示例 --- deploy-jar-template/src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-jar-template/src/main/resources/application.yml b/deploy-jar-template/src/main/resources/application.yml index 8bc0bdc..55db90a 100644 --- a/deploy-jar-template/src/main/resources/application.yml +++ b/deploy-jar-template/src/main/resources/application.yml @@ -1,7 +1,7 @@ spring: profiles: # active: oracle -# active: dev - active: master + active: dev +# active: master # active: test -- Gitblit v1.9.1