728x90
java 11 :: openjdk11 download
- SE : 일반
- EE : Enterprise :: 서버용
- ME : micro 소형기기
- 설치 : 다운로드 받아서 C 드라이브에 옮기기
- JDK 시스템 환경변수 설정 : C:\jdk11\bin
- java 설치 확인 cmd > javac -version
STS3( STS4는 spring boot ) :: Sts download
intelli J
- 유료 버젼 : 30일 무료 , 학생 무료
- 무료 버젼 : Spring X , SpringBoot ok
Eclips
- Spring Starter Project : Spring Boot Project
- Spring Legacy Project : Spring Project
기타 : VSCode > html , css , js
- ! + enter : <!DOCTYPE html> ~~
- korean
- prettier
- open in browser : Alt + b
- indent : 들여쓰기 색상 구분
- rename : 태그 열고닫기 같이 수정
Git > SVN , Git
- 설치 확인 : git --version
AWS
Maven
1. STS3 설치
https://spring.io/tools#suite-three
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
아래로 내려보면 sts3 을 다운 받을 수 있다.
2. JDK 설정


https://hahagogo.tistory.com/37
이클립스 JDK 설정
1. JDK 설치 : install to -> c:\jdk1.8\bin 로변경 2. JDK 설정 3. c:\jdk1.8\bin 편집기를 이용하여 수정 하거나 새로만들기 > :\jdk1.8\bin 추가 해도 된다 4. 설치완료 확인하기 cmd
hahagogo.tistory.com
☆ vs Code 다운로드 및 한국어팩 설치


! + Enter 를 입력하면 기본 html 양식을 작성해 준다.


☆ 코드 포메팅 / 브라우저로 바로 보여주기


☆ 들여쓰기 색상 구분 / 태그 열고닫기 같이 수정


728x90