프로젝트 하면서/spring13 mybatis로 기본 xml 작성하기 더보기 이 글의 예제들은 팀을 등록, 조회, 수정, 삭제하는 동작을 바탕으로 진행한다. Create 생성 = 등록 = insert Read 읽기 = 조회 = select Update 갱신 = 수정 = update Delete 삭제 = 삭제 = delete mybatis에서 xml 작성하는 기본 문법 parameterType : 입력되는 데이터의 유형 resultType : 반환되는 데이터의 유형 등록하기 팀 등록하려면 팀에 관한 데이터를 입력할 것이다. no, leaderemail, title, local, description을 저장한 teamDto를 입력유형으로 설정한다. #mapper location settings mybatis.type-aliases-package=com.mit.dto mybat.. 2020. 8. 9. [git remote 후] spring sts로 프로젝트 가져오기 File -> Open Projects from File System -> Directory에서 파일 위치 설정 2020. 8. 5. [spring 단축키] Run As Spring Boot App alt + shift + x, B vue랑 같이 실행할 때 2020. 8. 4. spring에서 git으로 받은 파일 열기 file - import projects from file system or archive git 설정과 함께 폴더를 불러올 수 있다 2020. 7. 21. 이전 1 2 다음