본문 바로가기

중요개념

파일경로(filepath) **/*

This is a path pattern that used in Apache ant, spring team implement it and use it throughout the framework.

For reference, see javadoc of AntPathMatcher (newest javadoc seems to have problem, so I link an old one).

Back to your problem, according to the document, it only have 3 rules:

  1. ? matches one character
  2. * matches zero or more characters
  3. ** matches zero or more 'directories' in a path

'중요개념' 카테고리의 다른 글

VO, DTO, DAO  (0) 2019.06.13
Jersey  (0) 2019.03.17
클라우드 SW 사례 연구  (0) 2019.03.17
쿠버네티스  (0) 2019.03.17
Elastic Beanstalk  (0) 2019.03.17