Skip to content

Instantly share code, notes, and snippets.

@jacobheric
Last active December 16, 2015 16:09
Show Gist options
  • Save jacobheric/5460721 to your computer and use it in GitHub Desktop.
Save jacobheric/5460721 to your computer and use it in GitHub Desktop.
spring component scan config snippet
<!--
Enable annotation-based configuration.
-->
<context:annotation-config />
<context:component-scan base-package="com.jacobheric" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment