Skip to content

Instantly share code, notes, and snippets.

@shimarin
Created January 13, 2009 10:53
Show Gist options
  • Save shimarin/46400 to your computer and use it in GitHub Desktop.
Save shimarin/46400 to your computer and use it in GitHub Desktop.
<bean id="myComponent" class="my.Class">
<property name="jdbcTemplate" ref="jdbcTemplate"/>
<property name="sessionData" ref="sessionData"/>
<property name="mailSender" ref="mailSender"/>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment