본문 바로가기
반응형

eclipse7

STS에서 Spring legacy project와 github 연동시 ignore 목록 및 적용방법 먼저 ignore 목록이다. # Created by https://www.toptal.com/developers/gitignore/api/eclipse,java # Edit at https://www.toptal.com/developers/gitignore?templates=eclipse,java mybatis-config.xml log4j.xml lecture target pom.properties .classpath MANIFEST.MF ### Eclipse ### .metadata bin/ tmp/ *.tmp *.bak *.swp *~.nib local.properties .settings/ .loadpath .recommenders # External tool builders .externalTo.. 2023. 2. 27.
STS 3.9.12 버전 설치하기 기존에 Eclipse에서 STS를 확장프로그램처럼 기능 추가해서 사용하다가 오늘은 STS를 설치했다. 먼저 Spring 홈페이지로 이동하자 Spring 홈페이지 이동 Spring | Home Cloud Your code, any cloud—we’ve got you covered. Connect and scale your services, whatever your platform. spring.io 현재 최신버전은 STS 4 버전대인거같다. 하지만 우리는 3.9.12 버전을 설치해야하니 해당버전을 찾아 나서보자 상단 메뉴에서 Projects - Spring Tools 4로 진입 쭈우우우욱 하단으로 스크롤 하다보면 아래와같은 화면이 나온다. 표시된 링크를 클릭하자. 그럼 Github Spring 페이지로 이.. 2023. 2. 14.
Github에서 이클립스(eclipse)로 프로젝트 가져오기 지난번엔 이클립스와 Github를 연동하는 법을 다뤘다. 연동하는 법은 이전글을 참고하시길 바라며 2022.12.16 - [Study/Tip] - 이클립스(Eclipse) 와 깃허브(Github) 연동하기 이클립스(Eclipse) 와 깃허브(Github) 연동하기 이클립스와 깃허브 연동하는법을 알아보자. 먼저 깃허브(Github)에 로그인을 합니다. https://github.com/ GitHub: Let’s build from here GitHub is where over 94 million developers shape the future of software, together. Contribute yat-ong.tistory.com 오늘은 Github에 업로드 된 프로젝트를 이클립스로 가져오는 방법.. 2022. 12. 20.
이클립스(Eclipse) 와 깃허브(Github) 연동하기 이클립스와 깃허브 연동하는법을 알아보자. 먼저 깃허브(Github)에 로그인을 합니다. https://github.com/ GitHub: Let’s build from here GitHub is where over 94 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 그리고 저처럼 처음 깃허브 회원가입을 하신분들이라면 repository를 새로 생성해주어야한다. repository를 생성하는 방법은 2가지가 있다. 첫째로.. 2022. 12. 16.
반응형