origoni's Blog from Millky

origoni의 스프링 블로그 입니다.

eclipse src/main/resources 종류 변경

/.classpath


<classpathentry kind="src" path="src/main/resources"/>


to


<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">

<attributes>

<attribute name="maven.pomderived" value="true"/>

</attributes>

</classpathentry>




01/29 2014 13:04:19
Rome 1.0 정식 릴리즈
back to top