Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eugener/1303953 to your computer and use it in GitHub Desktop.
Save eugener/1303953 to your computer and use it in GitHub Desktop.
Spring AOP Configuration to use Spring annotations in Scala
<!--
Following switches Spring proxy targeting to classes vs interfaces as default
and allows for using Spring annotations (scanning etc) in Scala
-->
<aop:config proxy-target-class="true"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment