Handler 추가

This commit is contained in:
KNKIM 2021-08-17 11:13:35 +09:00
parent f6e64b2e03
commit 594de5be30

View File

@ -16,7 +16,7 @@
http://www.springframework.org/schema/util/spring-util-4.0.xsd http://www.springframework.org/schema/util/spring-util-4.0.xsd
"> ">
<context:component-scan base-package="egovframework, nlib"> <context:component-scan base-package="egovframework, nlib, cmm, kccf">
<!-- <context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" /> --> <!-- <context:exclude-filter type="annotation" expression="org.springframework.stereotype.Controller" /> -->
</context:component-scan> </context:component-scan>