feat: fix compile error

pull/193/head
andrewshan 3 years ago
parent bb7f26bc3c
commit 9aa6175d80

@ -23,7 +23,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.client.RestTemplate;
@ -34,9 +33,6 @@ public class GatewayController {
@Autowired
private RestTemplate restTemplate;
@Autowired
private MetadataLocalProperties localProperties;
@Autowired
private Environment environment;

Loading…
Cancel
Save