Spring 썸네일형 리스트형 [Spring]이메일 발송 기능 * 이메일 발송을 위해서는 메일 서버가 필요함- 자체 구축- gmail 에서 제공하는 smtp server 활용 * 메일 발송을 위한 환경 설정1. pom.xml 에서 스프링 버전 조정 1.84.1.6.RELEASE1.6.101.6.6 2. pom.xml 에 라이브러리 추가 javax.mailmail1.4.7org.springframeworkspring-context-support4.1.6.RELEASE 3. root-context.xml 에 메일 발송을 위한 bean 등록 smtptruetruetrue 더보기 Spring 어노테이션 정리 Spring Framework - annotation 정리 #1 참고문서http://docs.spring.io/spring/docs 개발단계에서 사용빈도가 높은 어노테이션 위주로 정리. 아래 목차에 없는 내용은 API DOC을 참고할 것. 하지만 구글링 하는게 속편한건 함정 목차@Component @Required @Autowired@Qualifier @Resource @Scope @PostConstruct @PreDestroy @Inject @Service @Repository @Controller @RequestMapping @RequestParam @SessionAttributes @InitBinder@ModelAttribute@RequestBody @ResponseBody@PathVariable .. 더보기 이전 1 다음