본문 바로가기

자바스토리/Spring

(23)
Error unmappable character for encoding MS949 환경 변수 - 시스템 변수에 다음 추가 변수 이름 : JAVA_TOOL_OPTIONS 변수 값 : -Dfile.encoding=utf-8
SPRING BOOT & JASPER 1.Jaspersoft@Studio 설치 1) 회원가입 - https://community.jaspersoft.com/ 2) 프로그램 다운로드 및 설치 https://community.jaspersoft.com/files/file/19-jaspersoft%C2%AE-studio-community-edition/ Jaspersoft® Studio Community Edition This powerful eclipse-based report designer for JasperReports and JasperReports Server can build reports from any data source and format the look and feel for print or on-screen reading ..
RequestParam examples 펌 - https://reversecoding.net/spring-mvc-requestparam-binding-request-parameters/ @RequestParam examples@RequestParam is an annotation which indicates that a method parameter should be bound to a web request parameter.1. Biding method parameter with web request parameterLet’s say we have our /books url that requires a mandatory parameter named category:1/books?category=javawe just need to add @R..
Jackson 라이브러리 @JsonIgnoreProperties@JsonProperty@JsonInclude외부 datatype 지원JodaTime 개요 여기를 클릭하여 펼치기... Jackson 은 자바용 json 라이브러리로 잘 알려져 있지만 Json 뿐만 아니라 XML/YAML/CSV 등 다양한 형식의 데이타를 지원하는 data-processing 툴이다.스트림 방식이므로 속도가 빠르며 유연하며 다양한 third party 데이타 타입을 지원하며annotation 방식으로 메타 데이타를 기술할 수 있으므로 JSON 의 약점중 하나인 문서화와 데이타 validation 문제를 해결할 수 있다.구성core moduleStreaming("jackson-core") : defines low-level streaming API, a..
log4jdbc-remix 설정 펌 - http://sbs20011.tistory.com/entry/log4j-%EC%84%A4%EC%A0%95
logging framework logback 펌 - https://sonegy.wordpress.com/category/logback/
스프링 AOP 펌 - http://addio3305.tistory.com/86 스프링 AOP 스프링(Spring) 개발 - (16) AOP 설정하기 (부제: Controller에도 AOP 적용하기)Spring2015.08.20 18:39 이번 글에서는 AOP라는 것에 대해서 이야기를 하려고 합니다. 여태까지 글에서는 "이게 스프링의 특성이다."라는 것이 없는, 일반적인 개발에 대한 이야기 였습니다. 스프링 프레임워크를 사용한다고 이야기를 하기 어려웠었죠. 여태까지 나왔던 내용들은 사실 스프링이 아닌 다른 프레임워크들 예를들어 스트럿츠2와 같은 프레임워크를 사용하는거랑 차이가 별로 없습니다. 그래서 이번글에서는 "스프링이기에 가능한 기능"에 대해서 이야기를 하려고 합니다. 이번글에서는 소스를 작성할 것은 별로 없지만, ..
spring framework jar download http://maven.springframework.org/release/org/springframework/spring/