profile
個人的な開発日誌記録用
post-thumbnail

[SPRINGA] 회원가입

설계 순서home.htmlMemberController.java 클래스memberView/join.htmlhome.html -> 컨트롤러로 보내주는 href태그 추가@GetMapping 설계 GET 요청을 처리하는 메서드로, 회원가입 폼으로 이동하는 역할 수행PostM

2023년 6월 24일
·
0개의 댓글
·
post-thumbnail

[SPRINGA] 프로젝트 생성(회원제 게시판)

새프로젝트 : springA (회원제 게시판)패키지 : net.softsociety.springA하위 패키지 : controller, service, dao, domain, util, security테이블 : 회원정보, 게시글, 리플(별도의 테이블 ; 정규화)Name

2023년 6월 24일
·
0개의 댓글
·
post-thumbnail

[Spring] 1. 프로젝트 생성

Reference스프링 입문 - 코드로 배우는 스프링 부트, 웹 MVC, DB 접근 기술Java 8 설치IDEㅇ : InteliJ 또는 Eclipse 설치https://start.spring.io아래의 그림과 같이 조건을 맞추어 프로젝트를 생성해야한다.프로젝

2023년 5월 29일
·
0개의 댓글
·
post-thumbnail

[에러 일지] A problem occurred configuring root project ...

🚫 A problem occurred configuring root project 'hello-spring'.Could not resolve all files for configuration ':classpath'.Could not resolve org.springf

2023년 5월 29일
·
0개의 댓글
·