fix 去除无用的配置

This commit is contained in:
DaxPay
2024-07-04 16:42:51 +08:00
parent f095d8f40e
commit b673ebe904
2 changed files with 1 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
@Tag(name = "系统基础接口")
@RestController
@RequiredArgsConstructor
public class BaseApiController {
public class EchoController {
@IgnoreAuth
@Operation(summary = "回声测试")

View File

@@ -3,10 +3,6 @@ spring:
name: dax-pay-single
profiles:
active: dev
config:
use-legacy-processing: true
activate:
on-profile: dev
servlet:
multipart:
max-file-size: 100MB