opt:1.修复引入EasyCaptchaBoot导致的web路径报错。2.添加后台管理系统车辆管理、二维码管理。

This commit is contained in:
2026-02-01 18:10:37 +08:00
parent 778c8de6cd
commit 67653cc200
21 changed files with 505 additions and 239 deletions

View File

@@ -34,7 +34,9 @@ import org.springframework.web.bind.annotation.RestController;
*/
@Slf4j
@RestController
@SpringBootApplication
@SpringBootApplication(exclude = {
io.github.eternalstone.captcha.autoconfig.EasyCaptchaAutoConfiguration.class
})
@EnableScheduling
@EnableTransactionManagement
@EnableMethodCache(basePackages = "org.nl")

View File

@@ -82,7 +82,7 @@ file:
qrcode: /home/eladmin/qrcode/
avatar: /home/eladmin/avatar/
windows:
path: C:\eladmin\file\currentMap\
path: C:\eladmin\file\
qrcode: C:\eladmin\qrcode\
avatar: C:\eladmin\avatar\
# 文件大小 /M

View File

@@ -38,7 +38,11 @@ security:
excludes:
# 认证
- /auth/login
# apt屏幕操作
- /auth/code
- /auth/logout
- /sys-user-do/**
# frobot屏幕操作
- /schedule/vehicle/**
- /mapMonitor/**
- /api/scheduleTask/**
- /setting/**