1 / 8

수업을 위한 코딩 환경 준비

수업을 위한 코딩 환경 준비. Sep. 2014 Youn-Hee Han http://link.koreatech.ac.kr. Spring Tool Suite (STS). STS 대표적인 스프링 프로젝트 개발 IDE 다운로드 URL http:// spring.io/tools 버전 : 3.6.0.RELEASE. SourceTree. SourceTree 대표적인 Git / GitHub 기반 소스 관리 프로그램 다운로드 URL http://www.sourcetreeapp.com / 현재 버전 : 1.5.2.

boris
Télécharger la présentation

수업을 위한 코딩 환경 준비

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 수업을 위한 코딩 환경 준비 Sep. 2014 Youn-Hee Han http://link.koreatech.ac.kr

  2. Spring Tool Suite (STS) • STS • 대표적인스프링 프로젝트 개발 IDE • 다운로드 URL • http://spring.io/tools • 버전: 3.6.0.RELEASE

  3. SourceTree • SourceTree • 대표적인Git/GitHub기반 소스 관리 프로그램 • 다운로드 URL • http://www.sourcetreeapp.com/ • 현재 버전: 1.5.2

  4. MySQL • MySQL • 대표적인데이터베이스/데이터베이스 관리 시스템 • OpenSource DB: MySQL Community Server • 다운로드 URL • http://dev.mysql.com/downloads/mysql/ • 현재 버전: 5.6.19 • 루트계정의 패스워드 설정은 본인이 원하는 대로 설정 • 루트 패스워드 설정 • http://spongebody.egloos.com/3530932

  5. MySQL Workbench • MySQL Workbench • 대표적인 MySQL Visual Tool • 다운로드 URL • http://www.mysql.com/products/workbench/ • 새로운 MySQL Connection 생성

  6. MySQL Workbench • MySQL Workbench • spring@127.0.0.1 사용자 계정 생성 • 1) root 계정으로 방금 생성한 새로운 MySQL Connection으로 로그인 • 2) Users and Privileges 메뉴에서 spring 계정 생성 • 비밀번호는 book, From Host는127.0.0.1 로 설정 • Administrative Roles에서 모든 권한 부여

  7. 레퍼런스 소스 및 활용 • 레퍼런스 소스 • https://github.com/bluebibi/mySpringFrame • 본인의 로컬 컴퓨터에 다운받아 공부할 때 참고할 것 • 활용시 주의점 • 전체 소스를 그대로 복사하여 과제 파일에 수정없이 넣어 제출하면 1회 발각시에도 그대로 F 학점 • 코드 단위(e.g., 메소드)별 복사하여 자신이수정하면서 활용하는 것은 허용됨 • 본 수업의 부차적인 목적 • 본인만의 Spring레퍼런스 소스 집합을 구축하는 것

  8. 과제 제출 방법 • Github를 활용한 과제 제출 방법 • http://www.github.com에 본인 계정 생성 • 자신만의 코드 repository를 생성하여 해당 URL을보고서에 넣어 제출할 것 • 보고서 포멧:DOC, HWP • el.koreatech.ac.kr활용 제출

More Related