Spring MVC Request Mapping
// ウェブアプリのルートへのマッピング @RequestMapping(value = "/") // 複数のリクエストに対するマッピング @ResuestMapping(value = { "/", "/welcome" } )