#534 - Add @EnableTransactionManagement for R2DBC example.
This commit is contained in:
@@ -16,10 +16,12 @@
|
||||
package example.springdata.r2dbc.basics;
|
||||
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
||||
|
||||
/**
|
||||
* @author Oliver Gierke
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
@SpringBootApplication
|
||||
class InfrastructureConfiguration { }
|
||||
@EnableTransactionManagement
|
||||
class InfrastructureConfiguration {}
|
||||
|
||||
Reference in New Issue
Block a user