Tools3 [git] 이미 만들어져 있는 local 프로젝트 gitHub 연결하기 * git bash 로 연결 참고) https://mosei.tistory.com/entry/%EA%B8%B0%EC%A1%B4-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8%EB%A5%BC-git-repository%EC%97%90-%EC%97%B0%EA%B2%B0-%ED%95%98%EA%B8%B0 [GIT] 기존 프로젝트를 git repository에 연결 하기 1. 기존 프로젝트 폴더 내에 git bash 등으로 진입 cd myProject 2. git 초기화 git init 완료 메시지 : Initialized empty Git repository in C:/myProject/.git/ 3. github 또는 bitbucket 등 프로젝트를 연결 할 repository 생성 (R.. 2023. 5. 4. [eclipse] 에러 Could not initialize class com.thoughtworks.xstream.converters.collections.PropertiesConverter eclipse.ini 파일에 내가 사용할 jdk 설정할것 -vm C:\dev\Java\jdk-11.0.12\bin\javaw.exe 참고) https://devpad.tistory.com/61 2023. 4. 27. [Gradle] springboot 설정 그래들 버전에 따라 설정하는 방법이 조금은 다른거 같다. 그래들 7.5 버전으로 boot에서 자동생성한것 plugins { id 'java' id 'org.springframework.boot' version '2.7.6' id 'io.spring.dependency-management' version '1.0.15.RELEASE' } group = 'com.spring' version = '0.0.1-SNAPSHOT' sourceCompatibility = '17' repositories { mavenCentral() } dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation .. 2023. 1. 8. 이전 1 다음