4차산업혁명의 일꾼/Java&Spring웹개발과 서버 컴퓨터

MyBatis로 게시판 만들기

르무엘 2023. 3. 20. 21:50

스프링의 정석 : 남궁성과 끝까지 간다

 

MyBatis로 게시판 만들기

 

SqlSessionFactory( SqlSessionFactoryBean) 와 SqlSession( SqlSessionTemplate)

SqlSessionFactory 와 SqlSession 설정

 

테이블 생성 ->   mapper & dto 생성 ->   dao인터페이스 ->   dao인터페이스구현 &테스트

 

@Controller (과장) @Service (대리) @Repository(사원)

Dto 처

 

 

소스파일 목록

 

화면정의서 샘플

 

공부하면 좋은 사이트 추천

https://www.w3schools.com/howto/

 

W3Schools How TO - Code snippets for HTML, CSS and JavaScript

W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

www.w3schools.com

 

소스프로젝트 분석 툴

https://cloc.sourceforge.net/

 

CLOC -- Count Lines of Code

[Translations: Belarussian, Bulgarian, <!-- Polish , --> Russian, Serbo-Croatian, <!-- Slovakian --> Slovakian Ukrainian ] cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Given two versions of a code

cloc.sourceforge.net

 

 

mysql에서 Database -> Reverse Engineer 로

mysql ERD 생성

 

git 협업 전략, 이력관리

LIST