Skip to content

Instantly share code, notes, and snippets.

@mariomartinezricston
Created September 20, 2016 12:15
Show Gist options
  • Save mariomartinezricston/322a1d5d5d1816e321bd6105f21f22d5 to your computer and use it in GitHub Desktop.
Save mariomartinezricston/322a1d5d5d1816e321bd6105f21f22d5 to your computer and use it in GitHub Desktop.
Bean load
<spring:beans>
<spring:bean id="beanUtils" name="beanUtils"
class="com.ricston.invoiceintegration.schedule.util.InvoiceIntegrationUtils"
scope="singleton" />
<spring:bean id="Bean" name="Bean"
class="com.ricston.invoiceintegration.schedule.FlowInvokerContextListener"
scope="singleton" />
</spring:beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment