mirror of
https://gitee.com/dromara/dax-pay
synced 2026-08-07 05:35:47 +08:00
fix 去除无用的配置
This commit is contained in:
@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
@Tag(name = "系统基础接口")
|
||||
@RestController
|
||||
@RequiredArgsConstructor
|
||||
public class BaseApiController {
|
||||
public class EchoController {
|
||||
|
||||
@IgnoreAuth
|
||||
@Operation(summary = "回声测试")
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user