본문 바로가기

SPRING7

@ResponseEntity @PathVariable @RestController @RequestBody @ResponseBody 스프링 어노테이션 설명 스프링 스터디 chapter 3 REST 방식 URI = 데이터 자체 스프링에서의 REST -> @RestController 애노테이션 :rest 방식의 데이터 처리를 위해 사용 ->단순 문자열, json(스프링에서 json타입의 데이터로 변환 또는 그 반대의 작업하기 위해서는 해당 라이브러리 추가 꼭 해야함),xml 형태의 데이터 자체를 반환 ->데이터만 주고 싶을 때 사용 list/map 타입 http://j2yes.tistory.com/entry/%EC%9E%90%EB%A3%8C%EA%B5%AC%EC%A1%B0-list-set-map rest가 방식, ajax는 이를 이용하는 수단 ajax 화면 전환없는 한 화면에서 데이터 받고 결과 보여줄수있는 그런것 http://marobiana.tistory... 2021. 5. 5.
[SPRING] BCryptPasswordEncoder 쓰는 법 -> 5.x 스프링 버전은 bcrypt 오류 나서 4.x로 다운 그레이드 함 내가 5.1.3.RELESE 버전이어서 안 되는 거였음 https://nahosung.tistory.com/75 https://jhlblue.tistory.com/19 Springframework security의 BCryptPasswordEncoder 사용하기 전자정부프레임워크 3.7(Spring framework 4.2.4) 기준 사용예시입니다. 데이터베이스에 비밀번호를 저장할 떄에는 sha256 등의 안전한 알고리즘을 사용하여 사용자의 비밀번호를 해시 데이터로 만들어 두는것이.. jhlblue.tistory.com 스프링 시큐리티 비밀번호 bcrypt 간단한 암호화 스프링 시큐리티를 사용하여 비밀번호를 암호화 하는 방법을 .. 2019. 12. 18.
[SPRING] driverclassname 에러 http://sm987.blogspot.com/2019/02/could-not-load-jdbc-driver-class.html https://jwj1699.tistory.com/14 [스프링 프레임워크] Could not load JDBC driver class [net.sf.log4jdbc.sql.jdbcapi.DriverSpy] 에러 해결방법 스프링에서 프로젝트를 작성하고 톰캣을 가동시키는 중에 org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are: PropertyA... sm987.blogspot.com log4jdbc-log4j2 적용중 오류 log4jdbc-log4j2 메이븐추.. 2019. 12. 18.
[SPRING] error creating bean with name 에러 결국 오타 문제였음 ㅎㅎ root-context.xml에 저기에 persistence 에 오타 났었음 ㅎㅎ 2019. 12. 18.
[SPRING] 이미지 넣기, jsp 한글 깨짐 현상 - 이미지 src 설정하기 https://dakehosu.tistory.com/105 - 한글 깨짐 https://lsy0318.blogspot.com/2018/07/spring-bootstrap-themes.html Spring 프로젝트에 Bootstrap Themes 적용하기 Spring MVC 프로젝트에 BootStrap 테마를 적용하는 방법에 대한 내용을 담고 있습니다. lsy0318.blogspot.com 2019. 12. 1.
[SPRING] 컨트롤러 경로 설정 404 error, 스프링 새 프로젝트 생성 시 에러 - 새 프로젝트 생성 시 에러 에러 메시지: Description Resource Path Location Type Error occured processing XML 'Unable to load schema mappings from location [META-INF/spring.schemas]'. See Error Log for more details root-context.xml /Shop_Homepage/src/main/webapp/WEB-INF/spring Unknown Spring Beans Problem 해결방법: https://ooohyeah.tistory.com/entry/Spring-%EC%83%88-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-%EC%83%9D%EC.. 2019. 11. 30.
[SPRING] Spring에 bootstrap 테마 적용하기 내가 적용할 테마 (공짜임) https://github.com/BlackrockDigital/startbootstrap-shop-homepage BlackrockDigital/startbootstrap-shop-homepage A shop homepage Bootstrap HTML template created by Start Bootstrap - BlackrockDigital/startbootstrap-shop-homepage github.com 위 테마 Live Preview https://blackrockdigital.github.io/startbootstrap-shop-homepage/ Shop Homepage - Start Bootstrap Template Item Two $24.99 Lorem.. 2019. 11. 30.