스프링부트

Git

Git - Repository를 사용 (clone)하는 방법

JDK11을 사용 중이면 2.7.7 버전을 사용해야 된다. 3.0.1은 JDK17부터 지원을 하기 때문이다 1. Git Repository를 먼저 생성한다. 2. (cmd를 이용해서) 내가 원하는 경로에 이 명령어를 입력하면 된다. git clone https://github.com/{본인_아이디}/{저장소 아이디}.git 본인 아이디는 나의 Git 아이디를 입력하면 된다. 저장소 아이디는 내가 만든 Repository 아이디를 입력하면 된다. 3. 이렇게 파일이 생성됨을 확인할 수 있다. 4. 내가 만든 프로젝트 파일을 이 폴더에 그대로 넣어주면 된다. 5. 인텔리제이 open을 이용해 build.gradle을 연다. 6. 인텔리제이 내부 Terminal을 이용해서 이 정보를 Git Repository..

Spring

Spring - Gradle 서버 포트 충돌 오류

Execution failed for task ':ServletApplication.main()'. > Process 'command 'D:/jdk11/bin/java.exe'' finished with non-zero exit value 1 * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. = 해결 방법 = 내 톰캣과 항상 충돌이 일어나기 때문에 여기서 포트 번호를 무조건 이렇게 작성해줘야 한다.

초보병일이
'스프링부트' 태그의 글 목록