본문 바로가기
공부기록

5월 17일 Spring - 홈페이지 회원 가입 DB 연동

by project100 2023. 5. 17.

1. SQL : root계정 - schemas  - creat schema - board_db

2. users and privileges - add account - buser / password 입력 - schema privileges - board_db 추가 select all

3. home - mysql connections + - username / password 입력 - test connection - ok 

4. 생성 - SQL 테이블 불러오기

 

1. java 프로젝트 파일 만들기

2. pom.xml 

3. main/webapp/WEB-INF/views

4. resources/mappers

5. static/ css, js, images

6. java/board/ controller, dao, dto, service

7. application.properties

8. jsp파일 header, fooder, home

 

제이쿼리 보다 밑에 있어야 한다.

슬라이더용 라이브러리

 

jQuery Content Slider | Responsive jQuery Slider | bxSlider

The only way to keep bxSlider free is to show one tasteful ad per page. After disabling your adblocker please refresh the page and this message will not appear again. Thank you for your support 🤗

bxslider.com

9. joinForm 회원가입 양식 작성

10.아이디 중복체크

11.회원가입 처리 - 비밀번호 암호화

 

spring 패스워드 암호화 라이브러리

<dependency>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-core</artifactId>
</dependency>