Package io.mats3.spring.test
Class MatsTestInfrastructureDbConfiguration
java.lang.Object
io.mats3.spring.test.MatsTestInfrastructureConfiguration
io.mats3.spring.test.MatsTestInfrastructureDbConfiguration
@EnableMats
@Configuration
@Import(MatsTestH2DataSourceConfiguration.class)
@Role(2)
public class MatsTestInfrastructureDbConfiguration
extends MatsTestInfrastructureConfiguration
Same as
MatsTestInfrastructureConfiguration
, but includes a H2 DataSource, as configured by
MatsTestInfrastructureDbConfiguration.MatsTestH2DataSourceConfiguration
, which uses the TestH2DataSource.createStandard()
convenience
method.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class io.mats3.spring.test.MatsTestInfrastructureConfiguration
_dataSource, _matsSerializer, _platformTransactionManagerObjectProvider
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.mats3.spring.test.MatsTestInfrastructureConfiguration
testMatsFactory, testMatsFuturizer, testMatsInitiator, testMatsTestLatch, testMatsTestMqInterface
-
Constructor Details
-
MatsTestInfrastructureDbConfiguration
public MatsTestInfrastructureDbConfiguration()
-