Nginx——實現反向代理服務

一、新建springboot項目供nginx使用 @RestController public class HelloWorldController { @RequestMapping("/test1") public String sayHello1() { return "test1"; } @RequestMapping("/test2") public String sayHello2()
相關文章
相關標籤/搜索