package com.zy.acs.gateway.controller; import org.springframework.web.bind.annotation.RestController; /** * Created by vincent on 2023/3/9 */ @RestController public class TestController { }