1
0

refactor: change the windows path to the linux path

This commit is contained in:
gin
2026-05-13 18:08:21 +08:00
parent ee99c23294
commit 2196246d9a
3 changed files with 11 additions and 14 deletions
@@ -84,7 +84,7 @@ spring:
logging:
file:
path: D:/logs/agileboot-dev
path: /home/agileboot/logs/agileboot-dev
springdoc:
@@ -98,8 +98,8 @@ springdoc:
# 项目相关配置
agileboot:
# 文件基路径 示例( Windows配置D:\agilebootLinux配置 /home/agileboot
file-base-dir: D:\agileboot
# 文件基路径 示例(Linux配置 /home/agileboot
file-base-dir: /home/agileboot
# 前端url请求转发前缀
api-prefix: /dev-api
demo-enabled: false