From c91f56c59a79290cae319f773b4cfa943aec505a Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Sun, 21 Dec 2025 19:51:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=B8=8D=E8=BE=93=E5=87=BAsa?= =?UTF-8?q?-token=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jimureport-example/src/main/resources/application.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jimureport-example/src/main/resources/application.yml b/jimureport-example/src/main/resources/application.yml index e8eb80a..d8b8fa3 100644 --- a/jimureport-example/src/main/resources/application.yml +++ b/jimureport-example/src/main/resources/application.yml @@ -17,4 +17,6 @@ sa-token: # token 风格(默认可取值:uuid、simple-uuid、random-32、random-64、random-128、tik) token-style: uuid # 是否输出操作日志 - is-log: false \ No newline at end of file + is-log: false + # 关闭打印 banner + is-print: false \ No newline at end of file