Explane With Cochul

  • 홈
  • 태그
  • 방명록
프로필사진

웹 개발 공부를 위해 정리하는 공간

  • 분류 전체보기 (19)
    • Spring Framework (1)
    • JAVA (1)
    • Springboot (6)
      • Thymeleaf (3)
      • SpringSecurity (3)
      • CRUD (0)
    • Programers코테연습(Java) (11)

Tag

정렬하기, springboot, 타임리프, Arrays, filterChain, Til, 프로그래머스, Thymeleaf, 회원가입, SpringSecurity, 문자열, 문자열 정렬하기, valid, Sort, 코테, springboot3.x.x, 스프링부트, 코딩테스트, java, programmers,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

방문자수Total

  • Today :
  • Yesterday :

springboot3.x.x 2

Spring Security 3.x.x (회원 가입 화면 구현)

회원 가입 로직을 짰으면 회원 가입 화면을 만들어서 웹 상에서 사용자들이 편하게 사용할 수 있도록 해보자 아래는 간단하게 만든 회원가입 HTML의 body 부분 이다. 이름 아이디 암호 이메일 전화번호 회원가입 목록 thymeleaf 템플릿을 사용 중이다. thymeleaf 사용 방법을 모른다면 thymeleaf에 대해 내가 작성한 글을 읽고 오자 일단 th:action의 경우 @{/member/regMember}를 이용하여 form태그의 경로를 설정 해주었다. method는 post방식을 사용한다. th:object="${memberDTO}라고 있는데 , 이 th:object 는 MemberController에 있는 MemberDTO객체를 가져온다는 것이다. ${ ... } 안에 객체를 지정해주면 해당..

Springboot/SpringSecurity 2024.02.17

Spring Security 3.x.x (회원가입)

이제 회원가입 기능 구현을 해보겠다. Entity 생성 @Entity @Getter @Builder @NoArgsConstructor @AllArgsConstructor @ToString public class Member { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @Column(nullable = false) private String userName;//이름 @Column(nullable = false, updatable = false, unique = true) private String userId;//아이디 @Column(nullable = false) private String password;//암호 ..

Springboot/SpringSecurity 2024.02.14
이전
1
다음
더보기

Copyright © Kakao Corp. All rights reserved.

티스토리툴바