main
黄海 12 months ago
parent e9fcc8533c
commit c779976734

@ -7,7 +7,6 @@ import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.cloud.netflix.feign.EnableFeignClients;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@ -13,7 +13,6 @@ public interface MgrApi {
@Headers("Authorization: {token}")
Object userAuth(@RequestHeader("Authorization") String Authorization);
// Object userAuth();
// @Headers("X-Ping: {token}")
// void post(@Param("token") String token);

@ -15,8 +15,6 @@ spring:
max-request-size: 100MB # 设置最大的请求文件的大小
max-file-size: 100MB # 设置单个文件的最大长度
server:
port: 7003

Loading…
Cancel
Save