This commit is contained in:
thinkgem
2024-05-08 16:47:27 +08:00
parent 0d4701c8cc
commit 7b84892389
2 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ jdbc:
# Mysql 数据库配置 # Mysql 数据库配置
type: h2 type: h2
driver: org.h2.Driver driver: org.h2.Driver
url: jdbc:h2:/data/jeesite-db/jeesite570 url: jdbc:h2:/data/jeesite-db/jeesite571
username: jeesite username: jeesite
password: jeesite password: jeesite
testSql: SELECT 1 testSql: SELECT 1

View File

@@ -53,7 +53,7 @@ jdbc:
# H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖) # H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖)
type: h2 type: h2
driver: org.h2.Driver driver: org.h2.Driver
url: jdbc:h2:~/jeesite-db/jeesite570 url: jdbc:h2:~/jeesite-db/jeesite571
username: jeesite username: jeesite
password: jeesite password: jeesite
testSql: SELECT 1 testSql: SELECT 1
@@ -145,11 +145,13 @@ state:
# Shiro 相关 # Shiro 相关
shiro: shiro:
# 主页路径 # defaultPath: ${shiro.loginUrl}
# defaultPath: ${shiro.loginUrl}
defaultPath: ${vuePath}/login defaultPath: ${vuePath}/login
# Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致
vuePath: /vue
# 登录相关设置 # 登录相关设置
loginUrl: ${adminPath}/login loginUrl: ${adminPath}/login
logoutUrl: ${shiro.loginUrl} logoutUrl: ${shiro.loginUrl}