From 0dc017704a29a64bff9e16cad09440089f28d9c2 Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: Sat, 9 Jan 2021 12:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 7b98bd10..cbc57250 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,11 +1,4 @@ spring: - # [不需要改] - application: - name: iot-vmp-vmanager - # [不需要改] 影子数据存储方式,支持redis、jdbc,暂不支持mysql, - database: redis - # [不需要改] 通信方式,支持kafka、http - communicate: http # REDIS数据库配置 redis: # [必须修改] Redis服务器IP, REDIS安装在本机的,使用127.0.0.1