spring.resources.static-locations=classpath:/static/
@RestController @RequestMapping("/hello") public class HelloController { @GetMapping("/world") public String helloWorld() { return "Hello World!"; } }
上一篇:ApacheTomcat9子进程https-openssl-nCPU使用率高
下一篇:ApacheTomcat的工作线程能否缓存并重复使用Spring应用程序中的InheritableThreadLocal线程数据?