CSS, Javascript, Third Party library, Images 등의 resource 를 사용하기 위해서, 경로를 지정합니다.'resources/static' 패키지를 생성하고, 하위에 디렉터리를 생성해서 관리할 것입니다. 패키지 구조 소스WebMvcConfig.javaimport org.springframework.context.annotation.Configuration; import org.springframework.transaction.annotation.EnableTransactionManagement; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework...