Spring/Spring 기초61 e7e샘의 Spring boot 설치 및 환경설정 spring boot사용하는법 https://e-7-e.tistory.com/89 sts4 spring boot 첫번쨍 회사의 경우 기존 개발자들의 땀방울로 이루어진 이미 잘 만들어진 설정파일들과 검증된 라이브러리들, 그리고 유틸리티 클래스들이 포함되어 있는 이클립스나 이클립스 비스무리한 IDE 툴을 e-7-e.tistory.com 철희샘 블로그 참고하면 됨 JDK1.8을 쓴다면 마지막으로 지원하는 이클립스 4.16을 가진 sts4 4.7.2를 추천한당! 아래 사이트에서 스크롤바를 아래로 쭈욱 내려 누느로 차자서 다운로드 한당! https://github.com/spring-projects/sts4/wiki/Previous-Versions 내 버전에 맞는 두번재거 다운 spring starter페이지도 .. 2023. 8. 23. e7e샘 restful방식 연습 YerinController.class package com.minu.merong.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframe.. 2023. 8. 23. e7e샘의 날씨 가져오기(CrossOrigin 우회하는법) https://e-7-e.tistory.com/174 2023. 8. 22. SVN설치방법 마켓플레이스에서 인스톨 그냥 컨펌 자바 9버전에 호환된다는 뜻이란다 캔슬 체크박스 풀고 어플라이 그리고 다시 마켓플레이스에서 svn 클릭 다시 인스톨 그냥 컨펌 동의 후 피니쉬 설치중임 그리고 다시 시작하라는 restart나오면 그거 클릭 리스타트 되고 나면 윈도우 프리퍼런스에서 svn검색 SVN Connector 클릭 여기서 뭘 설치하란다 인터넷에 272검색 https://e-7-e.tistory.com/86 STS3(Spring Tool Suite) 설치 스프링을 공부할 땐, 이클립스에 STS 플러그인을 설치하거나, 이클립스를 품은 STS, 또는 eGov, 또는 intelliJ(무료는 별로,유료가 좋음)등을 다운받아서 개발하게 된당. STS는 공식적으로 스프링 프레 e-7-e.tistory.com 여.. 2023. 8. 22. e7e샘의 초간단 웹소켓 https://e-7-e.tistory.com/42 2023. 8. 18. 계정 권한검사 2번째방법? security-context.xml 전체코드 이부분 주석 servelet-context에 xmlns:security="http://www.springframework.org/schema/security" 추가 xsi:schemaLocation에도 http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security-4.2.xsd 추가해준다 밑에다 이것도 추가 이건 전체코드 /WEB-INF/spring/tiles-config.xml 시큐리티 컨트롤러에 주석달아줌 //요청URI : /freeboard/register //회원게시판의 등록 //로그인한 회원 중에서 ROLE_ADMI.. 2023. 8. 18. 이전 1 2 3 4 5 6 7 ··· 11 다음