[Spring] Spring Framework 개발환경 구축하기 [Spring Tool Suite 다운로드, 작업도구 세팅하기]
·
▣ Framework/Spring🍃
1. STS(Spring Tool Suite) 다운로드 및 설치 Spring Tool Suite 64 bit 3.9.4 Text files:.Npackd\Install.bat:for /f "delims=" %%x in ('dir /b sts*') do set name=%%x cd "%name%" for /f "delims=" %%a in ('dir /b') do ( move "%%a" .. ) cd .. rmdir "%name%" www.npackd.org * Chrome 브라우저에서는 링크가 작동하지 않아, Edge에서 다운로드 추천! 2. 작업도구 세팅하기 1. 폰트 변경 : D2Coding 2. 텍스트 파일 인코딩 타입 변경 3. HTML, CSS, JSP 인코딩 타입 변경 4. Web Browse..
[JavaScript] JavaScript 개발환경 구축하기 [VSC, Code Runner, Node.js 설치]
·
◎ JavaScript/JavaScript🦎
1. Visual Studio Code 다운로드 Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com - code Runner 플러그인 다운로드 2. Node.js 다운로드 Node.js Node.js® is a JavaScript runtime built..