본문 바로가기
반응형

Tool8

IntelliJ + Github 연동 IntelliJ + Github 연동 방법 Eclipse 만 사용하다 IntelliJ로 변경 후 GitHub 에 연동하는 방법 포스팅 테스트 프로젝트 명 : jpaStudy 1. IntelliJ Git 설정 1) File >> Settings 선택 2) Version Control >> Git 선택 후 Test Local Pc에 Git 설치 되어있으면 아래 캡쳐 처럼 Git 버전이 나오고 없다면 Git Bash 설치 3) GitHub 계정연동 GitHub 계정 비밀번호를 입력 후 인증 아래와 같이 연결된 화면이 나오면 성공 2. GitHub 프로젝트 생성 1) 위에 명시했던 jpaStudy 명으로 프로젝트 생성 2) GitHub japStudy 복사 3. IntellJ 프로젝트 GitHub 연동 1) E.. 2022. 11. 10.
Eclipse Lombok 적용 Eclipse Lombok 설치하여 사용하기 Intellj 에서는 설치 없이 사용하다 STS 에서 프로젝트를 진행하려다 보니 Lombok 관련 오류가 발생하게되어 따로 lombok을 설치 하면서 정리 설치방법 1. 다운로드 https://projectlombok.org/ 2. 설치 Lombok.jar 다운로드를 후 cmd를 열어 java -jar lombok.jar 를 실행 eclipse ,sts 가 설치된 경로를 지정하여 설치 완료 3. 설치확인 설치가 완료 후 eclipse, sts ini 파일 확인 설치가 완료 됐어도 바로 적용이 안되어있을 수 있으니 maven update나 gradle build 진행 2022. 11. 7.
Windows STS 설치 Windows STS 설치 설치방법 0. JDK 설치되어 있어야함 https://devhj.tistory.com/32?category=901011 1. 다운로드 https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io 2. 설치 예전 버전은 zip 형태로 제공되어 압축해.. 2022. 10. 28.
IntelliJ Lombok 적용 IntelliJ Lombok 적용 OS : 윈도우 의존성 설정 Maven (https://mvnrepository.com/artifact/org.projectlombok/lombok) IntelliJ Lombok Plugin 설정 file -> settings -> Pluings : Lombok 검색 후 Install 및 IDE 재시작 Enable annotation processing 체크 File -> settings -> Build. Execution, Deployment -> Compiler -> Annotation Procssors -> Enable annotation processing 체크 2022. 9. 20.
DBeaver 설치 및 Oracle 연결 DBeaver 설치 및 Oracle 연결 업무상 Oracle 만 사용하는게 아니고 Mssql 도 사용하는데 Oracle을 접속할때는 SqlGate, Sql Developer를 사용하고 Mssql을 접속할때는 SSMS를 이용하였는데 좀더 편한 Tool을 찾다보니 DBeaver를 알게되어 글을 쓰게됨. DBeaver는 무료 DB Tool이고 Mssql, Oracle, PostgreSql, MariaDB 등 여러 DB를 하나의 Tool로 접속하여 사용할 수있다. 1. DBeaver 다운로드 다운로드 Url : https://dbeaver.io/download/ Download | DBeaver Community Download Tested and verified for MS Windows XP/7/8/10, .. 2019. 7. 31.
STS Java Virtual Machine Launcher 오류 개발환경 Os Windows 10 IDE STS 3.9.5 Jdk 1.8.0_172 Spring 5.0.9.RELEASE View Thymeleaf 1. Java Virtual Machine Launcher 오류 - 현재 로컬에 설정되어있는 STS.ini -startup plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200 -product org.springsource.sts.ide --launcher.defaultAction openFile -vmargs -vm C:/Pro.. 2018. 10. 4.
STS.ini 및 이클립스 설정변경 STS.ini 및 이클립스 설정변경 개발환경 Os Windows 10 IDE STS 3.9.5 Jdk 1.8.0_172 1. STS.ini 최적화 설정변경 현재 사용중인 STS.ini 설정내용 -startup plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200-productorg.springsource.sts.ide--launcher.defaultActionopenFile-vmargs-Dosgi.requiredJavaVersion=1.8-vmC:/Program Files/Jav.. 2018. 9. 26.
SpringSTS Darkest Drak Theme 적용 IDE : SpringSTS 3.9.5 (Eclipse photon 4.8) Darkest Dark Theme 사이트 : https://marketplace.eclipse.org/content/darkest-dark-theme-devstyle Darkest Dark Theme 는 이클립스 4.6이상 부터 지원 기존에는 Eclipse Moonris UI Theme 를 사용했었는데 버튼변화를 주고싶어서 사용하게됨. Help > Eclipse Marketplace 2018. 9. 21.
반응형