Project

프로젝트 진행 정리 또는 알게 된 것 정리

깃허브 로고

git repository 생성 및 로컬 폴더 연결

1. Repository 생성 로그인 된 깃화면에서 다음과 같은 버튼을 찾아주세요. Repository name과 public, private 선택 private도 깃 잔디심기가 가능합니다. Repository url 복사 2. 로컬 폴더와 연결 및 깃으로 파일 업로드 git 파일 다운로드 및 설치 https://www.git-scm.com/download/win git에 올릴 폴더에 마우스 우클릭 – Git Bash Here 클릭 순서대로 명령어 입력 검은색 화면이 뜨고 컴퓨터 명과 폴더 …

git repository 생성 및 로컬 폴더 연결 더 보기 »

springboot logo

SpringBoot으로 웹 출시까지 #4

강의 목록 코딩의 신 4. thymeleaf를 이용해 레이아웃 만들기 1 myhome 만들기 https://start.spring.io/   project : maven springboot :  최대한 낮은 버전 / SNAPSHOT X로 선택 group : godcoder artifact, name : myhome java: 8 dependencies : Thymeleaf / Spring Web / Spring Boot DevTools / Lombok 2 IntelliJ와 git 연동하기 https://github.com/ 깃허브 계정이 없으신분들은 …

SpringBoot으로 웹 출시까지 #4 더 보기 »

springboot logo

SpringBoot으로 웹 출시까지 #3

강의 목록 코딩의 신 3 thymeleaf 기본 익히기 thymeleaf 문법 배우기 thymeleaf 홈페이지에 들어갑니다. https://www.thymeleaf.org/ thymeleaf는 modern server-side Java template engine 입니다. thymeleaf 공식 문서를 보면서 문법을 이해합니다. https://www.thymeleaf.org/doc/tutorials/3.1/usingthymeleaf.html 강의 시간 동안 계속 문법  설명이 이어집니다. 학습 효과를 극대화하기 위해 직접 문서를 보며 동영상을 듣는 것이 좋다고 생각되어 별도의 설명을 하지 않겠습니다.  springboot와 html, jsp 개념을 …

SpringBoot으로 웹 출시까지 #3 더 보기 »

springboot logo

SpringBoot으로 웹 출시까지 #2

강의 목록 코딩의 신 2. thymeleaf를 이용한 화면 작성 1 mythymeleaf 만들기 https://spring.io/guides/gs/serving-web-content/ https://start.spring.io/   project : maven springboot :  최대한 낮은 버전 / SNAPSHOT X로 선택 artifact, name : mythymeleaf java: 8 dependencies : Thymeleaf / Spring Web / Spring Boot DevTools 2 greeting.html 만들기 greeting.html 만들기 3 GreetingController 만들기 controller 폴더를 만들어서 GreetingController …

SpringBoot으로 웹 출시까지 #2 더 보기 »

springboot logo

SpringBoot으로 웹 출시까지 #1

강의 목록 코딩의 신 1. 환경설정 1 chocolatey 다운로드 JAVA를 다운받기 위해 JAVA 관리 도구로 chocolatey를 다운받는다. chocolatey로 다운 받으면 따로 환경설정을 할 필요가 없어 간편하게 관리 할 수 있다. https://chocolatey.org/install 에 들어가서 명령어를 복사한다. 2023.02.21 기준 명령어는 다음과 같다. Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString(‘https://community.chocolatey.org/install.ps1’)) – powershell을 …

SpringBoot으로 웹 출시까지 #1 더 보기 »

springboot logo

SpringBoot으로 웹 출시까지 #0

SpringBoot으로 웹 출시까지 강의 보기 코딩의 신 프로젝트 목차 1 환경설정 2 thymeleaf를 이용한 화면 작성 3 thymeleaf 기본 익히기 4 thymeleaf를 이용해 레이아웃 만들기 5. JPA를 이용해 게시판 조회하기 6. thymleaf에서 form 전송하기 7. JPA 이용한 RESTful API 작성 8. JPA를 이용한 페이지 처리 및 검색 9. Spring Security를 이용한 로그인 처리 10. JPA를 이용하여 …

SpringBoot으로 웹 출시까지 #0 더 보기 »