opt:1.修复引入EasyCaptchaBoot导致的web路径报错。2.添加后台管理系统车辆管理、二维码管理。
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -38,7 +38,11 @@ security:
|
||||
excludes:
|
||||
# 认证
|
||||
- /auth/login
|
||||
# apt屏幕操作
|
||||
- /auth/code
|
||||
- /auth/logout
|
||||
- /sys-user-do/**
|
||||
# frobot屏幕操作
|
||||
- /schedule/vehicle/**
|
||||
- /mapMonitor/**
|
||||
- /api/scheduleTask/**
|
||||
- /setting/**
|
||||
|
||||
Reference in New Issue
Block a user