Posts [개발자 블로그] Import
Post
Cancel

[개발자 블로그] Import

Import

  • spring-context.xml에서 다른 context.xml을 import하여 등록하고 싶을 경우 다음과 같이 설정한다.
1
2
<import resource="spring/datasource.xml"/>
<import resource="spring/mybatis.xml"/>

출처

This post is licensed under CC BY 4.0 by the author.