mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-02 02:34:34 +00: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