Part 2. 기본적인 기능의 게시물 관리 - SeokRae/SpringPractice GitHub Wiki

Chapter 01

  • 목표 1: Part 1의 설정
  • Pom.xml(JDK, SpringFramework, mysql, spring-jdbc, spring-test, mybatis, mybatis-spring, jUnit, javax.servlet-api, log4jdbc)
  • 설정파일 (log4jdbc.log4j2.properties, logback.xml, mybatis-config.xml, root-context.xml(datasource))
  • BootStrap Template Setting

Chapter 02

Chapter 03