JPetStore
https://forest71.tistory.com/88?category=587990
1. JPetStore
실력 향상을 위해서는 다른 사람의 코드를 많이 보는 것이 중요한데 괜찮은 프로그램 소스를 얻는 것이 쉽지가 않다. 인터넷에서 찾을 수 있는 것들 중 Mybatis에서 Spring 기반으로 제작한 샘플인 JPetStore가 작..
forest71.tistory.com
https://forest71.tistory.com/87?category=587990
2. JPetStore 설치
앞서 정리한 내용 중 기본 jpetstore와 spring-jpetstore, gradle-jpetstore를 설치해 본다. MyBatis에서 제공하는 JPetStore의 기본 예제를 설치한다. 설치법이 https://github.com/mybatis/jpetstore-6에 제공되..
forest71.tistory.com
https://forest71.tistory.com/89?category=587990
3. JPetStore - 쇼핑몰 구조
개발에 있어서 가장 중요한 문서는 프로세스 명세서, 화면 설계서, 데이터 베이스 구조(ERD)라고 생각한다. 최소한 이 3가지는 있어야 개발 할 수 있다고 생각하고 이 3가지를 정리하면 웬만한 프로그램도 이해할..
forest71.tistory.com
https://forest71.tistory.com/90?category=587990
4. JPetStore - 코드 둘러보기
먼저, 기본적인 설명은 http://www.mybatis.org/jpetstore-6/ko/에 잘 정리되어 있다. 여기서는 jpetstore와 spring-jpetstore의 차이를 두 가지로 정리하면서 코드를 둘러봤다. 먼저, JPetStore 예제들은 기본적..
forest71.tistory.com