From f075e951818c47d636961a8c81182d5833dd4018 Mon Sep 17 00:00:00 2001 From: x_z Date: Wed, 15 Mar 2023 10:57:34 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=85=B3=E9=97=ADjmx=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=B5=8B=E8=AF=95=E7=8E=AF=E5=A2=83=E4=B8=8Btomcat?= =?UTF-8?q?=E5=A4=9A=E6=9C=8D=E5=8A=A1=E6=97=A0=E6=B3=95=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index afaae9e7..a3fb0cb7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,8 +1,8 @@ spring: profiles: - active: dev + active: pro jmx: - enabled: true + enabled: false mybatis-plus: mapper-locations: classpath:mybatis/mapper/*/*.xml