Class GeoJsonAutoConfigureIntegrationTest
java.lang.Object
org.bremersee.geojson.spring.boot.autoconfigure.GeoJsonAutoConfigureIntegrationTest
@SpringBootTest(classes=TestConfiguration.class,
webEnvironment=RANDOM_PORT,
properties={"spring.main.web-application-type=reactive","spring.data.mongodb.auto-index-creation=true"})
@ComponentScan(basePackageClasses=GeometryEntityRepository.class)
@EnableMongoRepositories(basePackageClasses=GeometryEntityRepository.class)
@DirtiesContext(classMode=AFTER_CLASS)
@TestMethodOrder(org.junit.jupiter.api.MethodOrderer.OrderAnnotation.class)
public class GeoJsonAutoConfigureIntegrationTest
extends Object
The geo json autoconfigure integration test.
- Author:
- Christian Bremer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GeoJsonAutoConfigureIntegrationTest
public GeoJsonAutoConfigureIntegrationTest()
-