Files
svc-api-x/v1/taffy/examples/ParentApplication/mixin/appInit.cfm
2024-10-23 11:17:42 +03:00

3 lines
207 B
Plaintext

<cfset application.beanFactory = createObject("component", "coldspring.beans.DefaultXMLBeanFactory") />
<cfset application.beanFactory.loadBeans('/taffy/examples/ParentApplication/config/coldspring.xml') />