diff --git a/web-fast/src/main/resources/config/application-prod.yml b/web-fast/src/main/resources/config/application-prod.yml index 0305dbeb..e3c06263 100644 --- a/web-fast/src/main/resources/config/application-prod.yml +++ b/web-fast/src/main/resources/config/application-prod.yml @@ -7,7 +7,7 @@ jdbc: # Mysql 数据库配置 type: h2 driver: org.h2.Driver - url: jdbc:h2:/data/jeesite-db/jeesite570 + url: jdbc:h2:/data/jeesite-db/jeesite571 username: jeesite password: jeesite testSql: SELECT 1 diff --git a/web-fast/src/main/resources/config/application.yml b/web-fast/src/main/resources/config/application.yml index 7ab88852..794f32bf 100644 --- a/web-fast/src/main/resources/config/application.yml +++ b/web-fast/src/main/resources/config/application.yml @@ -53,7 +53,7 @@ jdbc: # H2 数据库配置(请修改 /modules/core/pom.xml 文件,打开 H2 DB 依赖) type: h2 driver: org.h2.Driver - url: jdbc:h2:~/jeesite-db/jeesite570 + url: jdbc:h2:~/jeesite-db/jeesite571 username: jeesite password: jeesite testSql: SELECT 1 @@ -145,11 +145,13 @@ state: # Shiro 相关 shiro: - - # 主页路径 -# defaultPath: ${shiro.loginUrl} + + # defaultPath: ${shiro.loginUrl} defaultPath: ${vuePath}/login + # Vue 资源文件路径,与 VITE_PUBLIC_PATH 一致 + vuePath: /vue + # 登录相关设置 loginUrl: ${adminPath}/login logoutUrl: ${shiro.loginUrl}