1. STS19_REST, REST(AJAX + SPA) 게시판 만들기 1) 사전 세팅 ** [src/main/java] com.lec.sts19_rest.board.controller > BCommand.java package com.lec.sts19_rest.board.controller; import org.apache.ibatis.session.SqlSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.stereotype.Controller; import org.springframewo..