개발/java
spring. 정적 컨텐츠
ttoance
2022. 3. 23. 21:29
반응형
resources/ 나 statics/ 하위에 정적 파일을 위치시키면 http://localhost/{정적파일}로 접근가능함.
Spring Boot Features
Graceful shutdown is supported with all four embedded web servers (Jetty, Reactor Netty, Tomcat, and Undertow) and with both reactive and Servlet-based web applications. It occurs as part of closing the application context and is performed in the earliest
docs.spring.io
반응형