티스토리 뷰
1. 이클립스 설치
- 최신 설치
2. 플러그인 추가
- Gradle IDE Pack 3.8.x + 1.0.x
- SpringSource Tool Suite (STS) for Eclipse
- properties editor 추가
Help > Install New Software... > Add...
Name : properties editor
Location : https://propedit.osdn.jp/eclipse/updates/
목록에서 Properties editor만 선택.
3. Mysql 설치
- DB 작업
create database `dev_kkaok` character set utf8 collate utf8_general_ci;
create user 'dev_kkaok_user'@'%' identified by '****';
grant all privileges on *.* to 'dev_kkaok_user'@'%';
grant all privileges on dbname.* to 'dev_kkaok_user'@'%';
create user 'dev_kkaok_user'@'localhost' identified by '****';
grant all privileges on *.* to 'dev_kkaok_user'@'localhost';
grant all privileges on dbname.* to 'dev_kkaok_user'@'localhost';
SET PASSWORD FOR 'dev_kkaok_user'@'localhost' = PASSWORD('****');
SET PASSWORD FOR 'dev_kkaok_user'@'%' = PASSWORD('****');
FLUSH PRIVILEGES;
4. Workbench 설치
5. Eclipse 설정
5-1. Insert spaces for tabs
5-2. Workspace UTF-8 설정
5-3. CSS, HTML, JSP UTF-8 설정
5-4. JDK 설정
5-5. Font 설정
나눔고딕코딩 다운로드 : https://github.com/naver/nanumfont/releases
5-6. formatter 설정 (자신 스타일과 잘 안 맞으면 스킵)
구글 스타일 다운로드 : https://github.com/google/styleguide
import 버튼 클릭하고 저장된 "eclipse-java-google-style.xml"을 선택한다.
5-7. tab to space
Window >> Preferences >> java >> Code Style >> Formatter >> edit button >> Indentation 체크, 이름 바꾸고 OK 버튼 클릭
그외 처리
Window-Preferences-Java-Editor-Templates 편집
test import
import static org.hamcrest.CoreMatchers.*;
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*;
import static org.mockito.Matchers.*;
import static org.mockito.Mockito.*;
$
Key bind 처리 Copy Line,
Validation Disable All
6. 롬복설치
https://projectlombok.org/download
'study > springboot' 카테고리의 다른 글
005. Spring annotaion (0) | 2022.05.11 |
---|---|
004. 롬복(lombok) (0) | 2022.05.11 |
003. 스프링부트 프로젝트 구조 이해 (0) | 2022.05.11 |
002. 프로젝트 생성 (0) | 2022.05.11 |
000. 참고사이트 (0) | 2022.05.11 |
- Total
- Today
- Yesterday
- listToMap
- mybatis
- java
- cache
- ag grid
- Spring Boot
- restful서비스
- REST
- 메시지
- 샘플
- example
- 설정
- 예제
- 엑셀
- 스프링
- sample
- AG-GRID
- 그리드
- spring
- UI
- 타임리프
- RESTful
- lombok
- thymeleaf
- oracle
- 스프링부트
- Javascript
- mapToList
- springboot
- SHEETJS
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |