From faf9ab6e71c431ec823be1d8fae45524240e5d97 Mon Sep 17 00:00:00 2001 From: shilei Date: Wed, 26 Oct 2022 14:19:38 +0800 Subject: [PATCH] =?UTF-8?q?#EC-HJ-15#=20=E5=A2=9E=E5=8A=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=EF=BC=8C=E8=AE=BE=E7=BD=AE=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WEB-INF/prop/developProp.properties | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 WEB-INF/prop/developProp.properties diff --git a/WEB-INF/prop/developProp.properties b/WEB-INF/prop/developProp.properties new file mode 100644 index 00000000..c6097e6d --- /dev/null +++ b/WEB-INF/prop/developProp.properties @@ -0,0 +1,3 @@ + +## 当前环境 DEV=开发环境,TEST = 测试环境,PROD = 生产环境 +active = DEV \ No newline at end of file