10. Spring 30

09. 스프링 부트 (Spring Boot) - thymeleaf 페이징 처리 Pageable [미완성]

OS Windows 10 Home 64bit 버전 2004 (OS 빌드 19041.630) Framework Spring Boot 2.3.3 RERELEASE EditTool Inellij IDEA 2020.1.3 BuildTool Gradle # 참고 사이트 스프링 부트, JPA, Thymeleaf를 이용한 페이징 처리 4 - 페이징 구현 (화면) 이제 Controller에서 데이터를 model에 담아 view로 넘겼기 때문에 마지막으로 이전에 생성한 view에서 paging 로직을 개발하면된다. 게시물 리스트 화면에 뿌리기 먼저 게시물 리스트를 화면에 보여주 ivvve.github.io # API 메소드 설명 리턴 타입 unpaged() 페이지 매김 설정이 없음을 나타내는 Pageable 인스턴스를 ..

10. Spring/BOOT 2020.11.19

05. 스프링 시큐리티 (Spring Security) - Exception

OS Windows 10 Home 64bit 버전 1903 (OS 빌드 18362.836) FrameWork SpringBoot 2.3.1.RELEASE Security spring-boot-starter-security 5 EditTool IntelliJ IDEA 2020.1.3 BuildTool Gradle Spring Security Exception AuthenticationException UsernameNotFoundException 계정 없음 BadCredentialsException 자격 증명 실패 아이디 혹은 비밀번호 불일치 비밀번호 불일치 AccountStatusException AccountExpiredException 계정 만료 CredentialsExpiredException 비밀..

10. Spring/Security 2020.09.22

06. 스프링 부트 (Spring Boot) - 자바 메일 센더 (Java Mail Sender)

OS Windows 10 Home 64bit 버전 1903 (OS 빌드 18362.836) Framework Spring Boot 2.3.3 RERELEASE EditTool Inellij IDEA 2019.1.3 BuildTool Gradle # 참고 [ Thymleaf 템플린 엔진 Guide ] Tutorial: Using Thymeleaf 1 Introducing Thymeleaf 1.1 What is Thymeleaf? Thymeleaf is a Java library. It is an XML/XHTML/HTML5 template engine able to apply a set of transformations to template files in order to display data and/o..

10. Spring/BOOT 2020.08.29