1. mybatis architecture
6.2. Database Access (MyBatis3) — TERASOLUNA Server Framework for Java (5.x) Development Guideline 5.2.1.RELEASE documentation
How to implement a search process of Entity for different purposes, is explained below. The explanation below is the example wherein a setting is enabled to automatically map column name separated by an underscore in property name with camel case. Implemen
terasolunaorg.github.io
2. mybatis
https://mybatis.org/mybatis-3/ko/getting-started.html
mybatis – 마이바티스 3 | 시작하기
mybatis.org
3. @RequestBody @ResponseBody
https://amy-it.tistory.com/112
[Spring] @RequestBody, @ResponseBody로 JSON 전송하기
목차 클라이언트에서 서버로 HTTP 요청(Request) 메시지를 보내면 서버에서는 클라이언트로 HTTP 응답(Response) 메시지를 보냅니다. HTTP Request와 Response 메시지에는 body, 즉 본문이 존재하는데요, 스프
amy-it.tistory.com