Classpath* 설정에 대해
https://developer-joe.tistory.com/225
Spring의 classpath:의 경로 위치
아래 Spring web.xml의 ContextLoaderListener의 환경설정 파일인 applicationContext.xml의 위치를 지정하는 코드에서 classpath:의 위치가 어디인가? contextConfigLocation classpath:applicationContext.xml org.springframework.web.cont
developer-joe.tistory.com
[Spring] classpath: vs classpath*:
spring classpath: vs classpath*: 이슈 Invalid bound statement (not found) 웹 어플리케이션을 리팩토링하고, 모듈 별로 분리하는 작업을 하는 과정에서 mapperLocations 에 설정된 mapper xml 을 읽지 못하고 Exception 을
pplenty.tistory.com
PathMatchingResourcePatternResolver (Spring Framework 6.1.8 API)
Find all resources that match the given location pattern via the Ant-style PathMatcher. Supports resources in OSGi bundles, JBoss VFS, jar files, zip files, and file systems.
docs.spring.io
'Backend > Spring' 카테고리의 다른 글
[Spring] 빈 등록을 위한 Annotation( + Bean, component, Configuration) (0) | 2024.06.08 |
---|---|
[Spring 쇼핑몰 프로젝트] 동적 HTML 생성 (Js + Ajax, Template 라이브러리 사용/JRender) - 메인 컨테이너에 로그인 폼 출 (0) | 2024.06.06 |
[Spring] MessageConverter 정의 및 종류 ( + GET, POST의 경우) (0) | 2024.06.03 |
[Spring] @RequestMapping 이란? (0) | 2024.06.03 |
[Spring Project] 클릭 이벤트 추가 (0) | 2024.05.31 |