위의 빨간색이 웹의 내용들이 들어가는 곳이다.
파란색의 index.jsp와 dist폴더는 같은 깊이이다. (즉 WebContent 폴더 바로 직속으로 소속되어 있다는 말이다.)
그래서 index.jsp에서 뭔가 불러올때는 바로
<link rel = "stylesheet" href = "dist/themes/default/style.min.css" />
처럼 불러 올수 있다.
왜냐면 dist가 같은 깊이니까!
위의 빨간색이 웹의 내용들이 들어가는 곳이다.
파란색의 index.jsp와 dist폴더는 같은 깊이이다. (즉 WebContent 폴더 바로 직속으로 소속되어 있다는 말이다.)
그래서 index.jsp에서 뭔가 불러올때는 바로
<link rel = "stylesheet" href = "dist/themes/default/style.min.css" />
처럼 불러 올수 있다.
왜냐면 dist가 같은 깊이니까!