From 720a0bb496e0446b312123c6faffb9b576a17680 Mon Sep 17 00:00:00 2001 From: liujiang <569804566@qq.com> Date: Sat, 25 Oct 2025 19:44:11 +0800 Subject: [PATCH] =?UTF-8?q?master=EF=BC=9A=E9=85=8D=E7=BD=AE=E8=BF=98?= =?UTF-8?q?=E5=8E=9F=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 24 ------------------- .../src/main/resources/application.yml | 3 ++- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/pom.xml b/pom.xml index d6e4fb0da..153629dc1 100644 --- a/pom.xml +++ b/pom.xml @@ -320,30 +320,6 @@ pom - - - local - - true - - - local - - - - dev - - dev - - - - prod - - prod - - - - diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 55f514180..43e4ffde2 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -1,3 +1,4 @@ spring: profiles: - active: @spring.profiles.active@ + active: local +# active: prod