ssddo-story
close
프로필 사진

ssddo-story

github: @denev6

  • 분류 전체보기 (54)
    • SpringBoot (9)
    • webFlux (6)
    • DB (8)
      • MySQL (3)
      • Mongo (3)
      • Docker (1)
      • Postgres (1)
    • JAVA (5)
    • ORM & DSL (6)
      • JPA (3)
      • JOOQ (3)
    • React (12)
      • 설치 및 환경 구축 (1)
      • 기본 (4)
      • 활용 (7)
    • CS (1)
    • 공통 (6)
    • 프로젝트 (1)
  • 홈
  • 태그
  • 방명록
[Spring] Spring 환경 IntelliJ에 구축

[Spring] Spring 환경 IntelliJ에 구축

IntelliJ 다운로드 https://www.jetbrains.com/ko-kr/idea/download/#section=windows(위의 사이트에서 다운로드 진행)원하는 것으로 다운로드 진행하면 되나 무료 버전인 Community Edition 으로 다운로드 함Spring 환경설정 1. Spring Initializr 이용하기https://start.spring.io/사이트에서 원하는 버전과 프로젝트 명을 지정하고 다운로드한다. 2. IntelliJ에서 폴더 열기1번에서 다운받은 폴더의 압축을 해지한 경로를 확인하고IntelliJ에서 열어준다.위의 사진처럼 빌드되지 않는다면 1번 단계에서 Spring Boot 의 버전을 2.7.7로 바꿔보시는걸 추천드립니다 추가정보1. application.yml ..

  • format_list_bulleted SpringBoot
  • · 2023. 1. 11.
[Spring] 포트번호 오류 해결

[Spring] 포트번호 오류 해결

스프링 웹 개발 기초정적 컨텐츠MVC와 템플릿 엔진API생성한 정적 페이지로 이동하는 방법hello-static.html 정적 페이지를 생성한 후 body에 '정적 컨텐츠입니다.' 를 작성해주었다.포트번호 뒤에 이동하고자 하는 파일 명을 붙여주면 된다.포트번호 오류 발생**Error :** Process 'command 'C:\Program Files\Java\jdk\bin\java.exe'' finished with non-zero exit value 1이때 위와 같은 오류 발생 시 아래의 방법처럼 해결할 수 있다. 1. 작업 관리자 이용하기작업관리자에서 불필요하게 실행되는 작업을 중지시킨다.2. application.properties 파일 이용하기server.port=8090위처럼 작성하고 원하는 ..

  • format_list_bulleted SpringBoot
  • · 2022. 12. 22.
[Spring] View 환경설정

[Spring] View 환경설정

디렉터리 구조HelloController.javapackage hello.hellospring.controller;import org.springframework.stereotype.Controller;import org.springframework.ui.Model;import org.springframework.web.bind.annotation.GetMapping;@Controllerpublic class HelloController { @GetMapping("hello") // "hello" 가 들어오면 아래의 메소드를 호출해준다. public String hello(Model model) { model.addAttribute("data","hello!!"); r..

  • format_list_bulleted SpringBoot
  • · 2022. 12. 21.
  • navigate_before
  • 1
  • 2
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (54)
    • SpringBoot (9)
    • webFlux (6)
    • DB (8)
      • MySQL (3)
      • Mongo (3)
      • Docker (1)
      • Postgres (1)
    • JAVA (5)
    • ORM & DSL (6)
      • JPA (3)
      • JOOQ (3)
    • React (12)
      • 설치 및 환경 구축 (1)
      • 기본 (4)
      • 활용 (7)
    • CS (1)
    • 공통 (6)
    • 프로젝트 (1)
인기 글
전체 방문자
오늘
어제
Copyright © ssddo 모든 권리 보유.
SKIN: Copyright © 쭈미로운 생활 All rights reserved. Designed by JJuum.
and Current skin "dev-roo" is modified by Jin.

티스토리툴바