Skip to content

Instantly share code, notes, and snippets.

@ramapalani
Created March 27, 2014 00:46
Show Gist options
  • Save ramapalani/9797371 to your computer and use it in GitHub Desktop.
Save ramapalani/9797371 to your computer and use it in GitHub Desktop.
<bean id="userResource" class="ramp.sample.springjersey.resource.UsersResourceImpl">
<property name="userService" ref="mockUserService"></property>
</bean>
<bean id="mockUserService" class="ramp.sample.springjersey.resource.UsersServiceMock"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment