분류 전체보기 (318) 썸네일형 리스트형 rest client - HttpClientErrorException: 401 Unauthorized Status: 401 Unauthorized body: User access-token not authorized 해결: keyrock role permission 추가 log: 11월 05, 2019 11:18:44 오전 org.apache.catalina.core.StandardWrapperValve invoke SEVERE: 경로 []의 컨텍스트 내의 서블릿 [appServlet]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.springframework.web.client.HttpClientErrorException: 401 Unauthorized]을(.. java https://www.vogella.com/tutorials/java.html Java Tutorials www.vogella.com https://programmers.co.kr/learn/courses/5 자바 입문 | 프로그래머스 평가 4.8 21개의 평가 ★★★★★19 ★★★★1 ★★★1 ★★0 ★0 이효정 2019.05.29 11:34 이제영 2019.05.18 13:26 강태준 2019.05.16 01:06 이보람 2019.04.24 18:40 yesyoumay 2019.04.21 11:50 리뷰 더보기 programmers.co.kr https://programmers.co.kr/learn/courses/9 자바 중급 | 프로그래머스 programmers.co.kr 티스토리 코드블럭 수정하면 똥됨 코드 하이라이트 없이 까맘 짜증 안써 spring boot jsp 설정 Preferences > Web > JSP Files > Encoding: ISO 10646/Unicode(UTF-8) pom.xml에 추가 org.apache.tomcat.embed tomcat-embed-jasper javax.servlet jstl src/main/resources/application.properties에 추가 spring.mvc.view.prefix=/WEB-INF/views/ spring.mvc.view.suffix=.jsp src/main에 webapp/WEB-INF/views 폴더 생성. 이 폴더에 index.jsp 생성 src/main/webapp/WEB-INF/views/index.jsp index.jsp JspController.java package com.examp.. spring boot rest client log 12:44:23.342 [main] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8000/list 12:44:23.349 [main] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*] 12:44:23.501 [main] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK 12:44:23.502 [main] DEBUG org.springframework.web.client.RestTempla.. Spring Boot CLI Install / 스프링 부트 CLI 설치 https://docs.spring.io/spring-boot/docs/2.1.5.RELEASE/reference/htmlsingle/#getting-started-installing-the-cli Spring Boot Reference Guide docs.spring.io 10.2.1 수동 설치 spring-boot-cli-2.1.5.RELEASE-bin.zip spring-2.1.5.RELEASE\INSTALL.txt SPRING BOOT CLI - INSTALLATION ============================== Thank you for downloading the Spring Boot CLI tool. Please follow these instructions in order to c.. sts/eclipse first settings D:\[1]\workspace D:\[1]\repository D:\[1]\settings.xml 예 1: workspaces\pjr1 1: workspaces\prjs\prj1 UTF-8s 필수 Preferences > General > Workspace > Text file encoding > Other: UTF-8 웹이면 필수 CSS JSP HTML 옵션 repository 변경 플젝 repository 따로 하고 싶을 때.. 매번 새로운 워크스페이스에 해줘보니까 귀찮. 테스트는 한 워크스페이스에 몰아넣고 실제 플젝은 따로 하던가 그것도 귀차느면 다 모으던가. 설정 귀찮. Default: ${user.home}/.m2/repository D:/[1]/repository Preferences > Ma.. Spring Web Project to learn from code [Revision] ex00 코드로 배우는 스프링 웹 프로젝트 [개정판] ex00 pom.xml 4.0.0 org.zerock controller ex00 war 1.0.0-BUILD-SNAPSHOT 1.8 5.0.7.RELEASE 1.6.10 1.6.6 org.springframework spring-context ${org.springframework-version} commons-logging commons-logging org.springframework spring-webmvc ${org.springframework-version} org.aspectj aspectjrt ${org.aspectj-version} org.slf4j slf4j-api ${org.slf4j-version} org.slf4j jcl-over-slf4j ${org.slf4j-version} runtim.. 이전 1 ··· 23 24 25 26 27 28 29 ··· 40 다음