BackEnd/Spring

    The foundation for entering Spring [ 스프링 입문의 기초 지식 ][2]

    목차 - 스프링 프로젝트 생성 - content-type에 관하여 - postman을 사용하여 get, post, put, delete 등 Request Method 사용 New Spring Starter Project 아래와 같이 Spring 프로젝트를 생성합니다 Package 이름은 도메인을 거꾸로 생각해서 작성합니다. Dependencies로 Spring Boot DevTools와 Spring Web을 추가합니다 첫 프로젝트는 생성하는데 오래 걸리는데 이 상태에서 잘못 건드리면 필요한 라이브러리를 다 받아 올 수 없거나 오류가 생길 수도 있습니다. 천천히 기다려주세요. 프로젝트 안에 pom.xml이라는 파일이 있습니다. 이 파일에 우리가 추가한 dependencies 목록을 볼 수 있는데요 프로젝트..

    The foundation for entering Spring [ 스프링 입문의 기초 지식 ][1]

    What is Url? Why am I need to learn that? 본격적으로 Spring framework를 들어가기 전에 기본적인 통신이나 Url, UTF-8에 대해서 알아야 합니다. Url의 기본적인 요소나 웹 상에서의 통신 protocol 등 에 관한 기본적인 소양을 갖추어야 Spring을 활용하여 웹 상에서 동작하는 원리를 더 잘 이해할 수 있습니다. Url 은 무엇이고 구성요소는 어떤 것이 있는지 알아보도록 합시다. This is Url : Uniform Resource Locator 저의 블로그 주소입니다. 이 블로그 주소를 보더라도 많은 의미를 알 수 있는데요. https://valuelog.tistory.com/3 Download the Spring Tools [스프링 툴 다운로드..

    Download the Spring Tools [스프링 툴 다운로드하기]

    1. Spring tools를 다운로드 합니다. This is url for tools https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io Wait a moment for downloading! 다운로드 후 기다립니다 2. 다운받은 jar 파일을 압축풀기를 합니다 ..