Skip to content

Instantly share code, notes, and snippets.

View DaeAkin's full-sized avatar
🧨
펑~!

Donghyeon Min DaeAkin

🧨
펑~!
View GitHub Profile
@DaeAkin
DaeAkin / BoardDao.java
Created May 28, 2019 08:09
Java String Mybatis Libaray Basic CRUD Template
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.www.homedoc.dto.BoardDto;
import com.www.homedoc.dto.PaginationDto;
import com.www.homedoc.dto.QuoDto;