Skip to content

Instantly share code, notes, and snippets.

@eugenp
Created December 23, 2011 22:14
Show Gist options
  • Save eugenp/1515508 to your computer and use it in GitHub Desktop.
Save eugenp/1515508 to your computer and use it in GitHub Desktop.
Transaction configuration with Spring 3.1 - transactional test
@TransactionConfiguration( defaultRollback = true )
@Transactional
public class TransactionalIntegrationTest{
...
}
@eugenp
Copy link
Author

eugenp commented Jan 29, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment