전체 글
- 241101 2024.11.01
- 241031 2024.10.31
- 241030 2024.10.30
- 241029 2024.10.29
- 241028 2024.10.28
- 241025 2024.10.25 1
- 241024 2024.10.24
- 241023 2024.10.23
- 241022 2024.10.22 1
- 241021 2024.10.21
- 241018 2024.10.18
- 241017 2024.10.17
- 241016 2024.10.16
- 241015 2024.10.15
- 241014 2024.10.14
- 241011 2024.10.11
- 241010 2024.10.10
- 241009 2024.10.09
- 241008 2024.10.08
- 241007 2024.10.07 4
241101
241031
241030
241029
241028
241025
241024
241023
241022
241021
241018
241017
241016
241015
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
241014
241011
241010
241009
241008
241007
1. Spring boot 사용 전 STS 기본 설정
- workspace가 변경될 때마다 바꿔 주어야 함
- Help - Eclipse Marketplace - "Web 검색" - Eclipse Enterprise Java and Web Developer Tools 3.34 install
- 설치 과정 중 내용 select all 체크 후 trusted 체크 진행
- Help - Eclipse Marketplace - "Thymeleaf 검색" - Thymeleaf Plugin for Eclipse 3.1.0 install
- 설치 과정 중 내용 select all 체크 후 trusted 체크 진행
- Window - Preferences - "Encoding 검색" - General - Content Types - Text, Java Properties Files, Spring Properties Files를 UTF-8로 변경 후 Update
- Window - Preferences - "Encoding 검색" - General - Workspace - UTF-8로 변경
- Window - Preferences - "Encoding 검색" - Web - CSS Files, HTML Files, JSP Files - UTF-8로 변경
- Window - Preferences - "Encoding 검색" - XML - XML Files - UTF-8로 변경
- Window - Preferences - "HTML 검색" - HTML Files - Editor - Templates - Description이 HTML5인 것을 선택 후 edit -
<html tag>를 <html xmlns:th="http://www.thymeleaf.org">로 변경
- Window - Perspective - Cutomize Perspective - Shortcuts - Javascript, Web의 CSS File, HTML File, XML 체크
- Package Explorer - View menu - Package presentation - Hierachical 체크
- 해당 프로젝트 오른쪽 마우스 클릭 - Build Path - Configure build path - Libraries - Edit - JRE System Library - Edit - Alternate JRE - Installed JREs - Add - Standard VM - JRE home - Directory - Finish