1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 @RequestMapping(value = "/", method = RequestMethod.GET) // value => 값은 index 페이지 method 는 form 양식처럼 post,get 여러가지사용가능 public String home(Locale locale, Model model) { logger.info("Welcome home! The client locale is {}.", locale); Date date = new Date(); DateFormat dateFormat = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG, loc..
기존(310)/🏀Spring
Spring | Tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io spring 4세대 버전을 자기 버전에 맞게 맞춰주세용~ 저는 윈도우라서 윈도우로 세팅하구용 그이후에 help - market 가서 1. STS 4부터는 Spring Legacy Project를 지원하지 않으므로 Spring To..