취미생활

취미생활

  • 분류 전체보기 (1099) N
    • Web Server (28)
      • Apache (5)
      • nginx (23)
    • k8s (133) N
      • EFK (97)
      • Kafka (25)
    • 마인크래프트 (25)
    • Docker (18)
    • 파이썬 (32)
      • Django (108)
      • OCR (14)
      • FastAPI (11)
    • Centos (11)
    • Windows (7)
    • Data (29) N
      • PostgreSQL (15) N
      • Oracle (8)
    • Java (47)
      • Spring Boot (71)
      • Spring Boot Security (22)
      • mybatis (16)
      • Tomcat (3)
      • Azure 클라우드 (0)
      • 마인크래프트 (0)
      • Thymeleaf (0)
    • Javascript (216)
      • jQuery (9)
      • Sencha (164)
    • HTML (6)
      • Style Sheet (2)
    • 형상관리 (1)
    • 클라우드 (17)
      • Azure (3)
      • Azure DevOps (9)
      • Google Colaboratory (1)
      • Google API (3)
    • 채굴 & NFT (3)
    • Android (0)
    • Git (8)
    • Network (17)
    • OS (69)
    • tasker (7)
    • 보안 (4)
    • BeagleBone Black (7)
    • 브라우져 (2)
    • 수학 (13)
      • 도형 (10)
      • 명제 (1)
      • 집합 (2)
    • 영어 (5)
    • 배치 (2)
    • 모바일 (1)
    • AI (2)
    • Editor (3) N
      • vscode (3) N
    • 정규식 (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

취미생활

컨텐츠 검색

태그

ubuntu metricbeat Java admin spring boot JavaScript django spring boot security Kibana PostgreSQL minecraft nginx fluentd Elasticsearch minikube sencha Grid K8S Python mybatis

최근글

댓글

공지사항

아카이브

Java/Spring Boot(71)

  • Spring Boot 서비스 port 변경하기

    application.properties 파일에서 원하는 포트 추가(없으면, 디폴트 8080) server.port = 8081 spring.mvc.view.prefix: /WEB-INF/jsp/ spring.mvc.view.suffix: .jsp

    2021.03.06
  • Spring Boot JSP파일 한글 타입 셋팅

    utr-8 형식으로 파일을 저장해야 함

    2021.03.06
  • Spring boot Hellow World에 파라메터 넘기기

    @GetMapping("/") public String hello(@RequestParam(value="name", defaultValue="World") String name) { return String.format("Hello %s!", name); }

    2021.03.06
  • Whitelabel Error Page

    '/hello'만 서비스되고 '/'에 대한 정의는 없기 때문에 발생한 에러 @GetMapping("/hello") -> @GetMapping("/") 변경하면 해결 됨 package com.example.demo; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.an..

    2021.03.06
  • The import org.springframework.web cannot be resolved

    pom.xml파일에 아래 내용 추가 필요 org.springframework.boot spring-boot-starter-web

    2021.03.06
  • Spring Boot JDK 1.8 셋팅

    Window > Java > Installed JREs Add를 통하여 원하는 JDK의 bin 디렉토리 셋팅

    2021.03.05
이전
1 ··· 8 9 10 11 12
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바