참조 : jaehun2841.github.io/2018/08/25/2018-08-18-spring-filter-interceptor/#2-webmvcconfigurationsupport-%EC%9D%B4%EC%9A%A9%ED%95%98%EC%97%AC-%EB%93%B1%EB%A1%9D 기존 소스 : WebMvcConfig.java와 MessageConverterConfiguration @Configuration public class WebMvcConfig implements WebMvcConfigurer { @Override public void addInterceptors(InterceptorRegistry registry) { // 2019.11.12 추가 by ljpark registry.addI..
package com.mindone; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.InterceptorRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; import com.mindone.okch.interceptor.LoginCheckInterceptor; @Configuration public class InterceptorCo..
서버 실행시 이전 xml의 sql문으로 실행될 때(수정된 소스 반영 안될 때) 위와 같이 실행되어 있는 상태에서 [프로젝트선택] 마우스 오른쪽 버튼 click [Run As] > [Maven clean] 하면 common-aspect.xml 을 찾을 수 없다고 하면서 에러 발생.. 프로젝트 종료 후 [Project] > [Clean...] Clean 버튼을 눌러 Project Clean후 다시 하면 제대로 서버가 시작된다.
출처 : https://www.baeldung.com/hibernate-lazy-loading-workaround spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true의 의미가 무얼까? 1. Overview While using lazy loading in Hibernate, we might face exceptions, saying there is no session. In this tutorial, we'll discuss how to solve these lazy loading issues. To do this, we'll use Spring Boot to explore an example. 2. Lazy Loading Issues The ..
출처 :gt1000.tistory.com/entry/비밀번호-암호화-PBKDF2 1. 해시 함수 1) 정의 - 임의의 크기를 가진 데이터를 입력 받아서 고정된 크기의 결과값을 출력하는 함수로 메시지 다이제스트(Message Digest)라고도 함. 메시지의 축약을 의미함. - 고정된 크기의 결과값을 가지고 있으므로 출력할수 있는 값은 한정될수 밖에 없음 - 1Byte 의 해시값을 생성하는 함수라면 2의 8승, 256개의 해시값 SHA256 의 경우 256비트, 32Byte 2의 32승의 경우의 수를 가짐 - 입력할수 있는 값은 무난히 많으므로 입력값은 다르지만 출력값이 같아지는 경우가 존재할 수 밖에 없음 - 같은 입력에 대해서는 항상 같은 출력이 나오므로 입력한 데이터에 대한 지문을 생성함으로써 오류 ..
최신버전 확인 : https://www.openssl.org/source/ /source/index.html The master sources are maintained in our git repository, which is accessible over the network and cloned on GitHub, at https://github.com/openssl/openssl. Bugs and pull patches (issues and pull requests) should be filed on the GitHub repo. Please familiari www.openssl.org 한글설명 : https://cert.crosscert.com/%EA%B3%B5%EC%A7%80openssl-%EC%..
사용자 정보 저장할 때 비밀번호와, 비밀번호확인이 있다... 비밀번호 확인은 Front단에서만 점검용으로 사용한다.. 하지만 화면에 으로 존재하므로 JSON.stringify($("#facilityForm").serializeObject())를 하다 보면 자연스레 DB에 없는 column들도 넘어가게 마련.. 이럴 때 Back(Server or Api)단에서 DB에 없는 필드를 무시하는 조치가 필요하다... 1. @Transient 추가 import javax.persistence.Transient; @Transient는 JPA관련 annotation이다. 그런데 두두.. 이것으로만으로 해결되지 않는 문제가 발생했다. Resolved [org.springframework.http.converter.Htt..
- Total
- Today
- Yesterday
- 정규식
- getter
- devtools
- caniuse
- QueryDSL
- setter
- JQuery
- oracle
- draw.io
- spring
- Javascript
- border-collapse
- PostgreSQL
- CSS
- Keycode
- DatePicker
- 전후방탐색
- springboot
- excel
- $.each
- element위치
- lombok
- 여러 컬럼 update
- 프로젝트명변경
- ul li로 테이블
- 진열사랑
- object key
- @ExceptionHandler
- sumifs
- $.extend
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |