From 46d879a55368b18f87d0a0ba64c4b608852c127c Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Mon, 26 Aug 2024 21:53:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88=E9=A1=B5=E9=9D=A2=E6=94=BE?= =?UTF-8?q?=E5=BC=80=E4=B8=8D=E7=99=BB=E5=BD=95=E5=8F=82=E6=95=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E3=80=81=E5=8F=AF=E8=87=AA=E5=AE=9A=E4=B9=89=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E8=B4=A6=E5=8F=B7=E5=92=8C=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jimureport-example/src/main/resources/application-dev.yml | 3 +++ jimureport-example/src/main/resources/application-prod.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/jimureport-example/src/main/resources/application-dev.yml b/jimureport-example/src/main/resources/application-dev.yml index 00ffa12..867ebeb 100644 --- a/jimureport-example/src/main/resources/application-dev.yml +++ b/jimureport-example/src/main/resources/application-dev.yml @@ -8,6 +8,9 @@ spring: password: root driver-class-name: com.mysql.cj.jdbc.Driver security: + #放开预览页面不需要登录 + open-view-page: true + #登录账号和密码 user: name: "admin" password: "123456" diff --git a/jimureport-example/src/main/resources/application-prod.yml b/jimureport-example/src/main/resources/application-prod.yml index 2f3316f..cb1c9b5 100644 --- a/jimureport-example/src/main/resources/application-prod.yml +++ b/jimureport-example/src/main/resources/application-prod.yml @@ -8,6 +8,9 @@ spring: password: root driver-class-name: com.mysql.cj.jdbc.Driver security: + #放开预览页面不需要登录 + open-view-page: true + #登录账号和密码 user: name: "admin" password: "123456"