From 05cc0d14f1a5a11d39c8f7274a5c94734e3c8b77 Mon Sep 17 00:00:00 2001
From: ‘sxh’ <1632740646@qq.com>
Date: 星期四, 15 六月 2023 11:04:04 +0800
Subject: [PATCH] 新增设备主子码流选择(mysql语句)

---
 src/main/resources/application.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ef46c2a..80de5ef 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,3 +1,5 @@
 spring:
+  application:
+    name: wvp
   profiles:
-    active: local
\ No newline at end of file
+    active: dev
\ No newline at end of file

--
Gitblit v1.8.0