预览页面放开不登录参数配置、可自定义登录账号和密码

pull/3102/head v1.8.0
JEECG 2024-08-26 21:53:25 +08:00
parent 0b19569b8d
commit 46d879a553
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -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"