STS(6)
-
STS 사용하지 않는 import 제거 단축키
Ctrl + Shift + O
2024.12.27 -
STS Javascript 자동완성 지원 설정
Help > Install New Software.Update: https://download.eclipse.org/wildwebdeveloper/releases/latest/ Eclipse software repository | The Eclipse FoundationThe Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 360 open source projects, including runtimes, tools and frameworks.download.eclipse.org재시작
2024.12.01 -
STS4 javascript 메뉴가 보이지 않는 경우
참조: https://www.egovframe.go.kr/home/qainfo/qainfoRead.do?pagerOffset=0&searchKey=&searchValue=&menuNo=69&qaId=QA_00000000000020192 묻고 답하기 | 표준프레임워크 포털 eGovFrame처리중입니다. 잠시만 기다려주십시오.www.egovframe.go.krjavascript 메뉴가 제대로 지원이 안되서 발생한 문제Help > Install New Software 추가: http://download.eclipse.org/releases/photon 선택: [Web, XML, Java EE ~~] > [JavaScript Development Tools] 재기동
2024.11.30 -
STS를 이용해 Sencha 프로젝트 생성
STS에서 일반 프로젝트 생성Sencha 설정# STS의 workspace 디렉토리로 이동cd {프로젝트 디렉토리}sencha generate workspace {STS 프로젝트명}# App 생성cd {STS 프로젝트명}sencha -sdk {sencha SDK 디렉토리} generate app {app 이름}# theme 생성# {workspace 디렉토리}/ext/packages/local/{theme 이름}에 생성됨sencha -sdk ext generate theme {theme 이름}# app 기동# 'http://localhost:1841'로 확인cd {app 이름}sencha app watch# index.html 생성cd {workspace 디렉토리}----------------------..
2024.03.22 -
STS 명령어
들여쓰기 & 내어쓰기 Tab & Shift Tab STS 프로젝트 생성 후, gitlab 연동 File > Open Projects from File System.. > Directory > 디렉토리 선정 > Finish 생성된 프로젝트 > Team > Share Project... > Create > Repository direcotry 입력 > Finish > Finish Team > Init Gitflow > Yes > cancel Team > Add to Index : 이걸 안해주면 commit이 안됨 Team > Push Branch 'master'... > 정보입력 > Preview > (에러 무시) > Preview > Push gitlab 사이트에서 생성된 빈 프로젝트 확인 gitlab 프..
2022.02.19 -
Spring Boot 설치
STS 다운로드 : 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 https://download.springsource.com/release/STS4/4.13.0.RELEASE/dist/e4.22/spring-tool-suite-4-4.13.0.RELEASE-..
2021.12.25