4.0.0
    spring-boot-persistence-mongodb
    spring-boot-persistence-mongodb
    war
    This is simple boot application for Spring boot persistence mongodb test
    
        com.baeldung
        parent-boot-2
        0.0.1-SNAPSHOT
        ../../parent-boot-2
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
        
            org.springframework.boot
            spring-boot-starter-data-mongodb
        
        
            de.flapdoodle.embed
            de.flapdoodle.embed.mongo
            test
        
        
        
            org.junit.jupiter
            junit-jupiter-api
            test
        
        
            org.junit.jupiter
            junit-jupiter-engine
            test
        
        
        
        
            org.junit.platform
            junit-platform-launcher
            ${junit-platform.version}
            test
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
    
    
        spring-boot-persistence-mongodb
        
            
                src/main/resources
                true
            
        
        
            
                org.apache.maven.plugins
                maven-war-plugin
            
        
    
    
        
            autoconfiguration
            
                
                    
                        org.apache.maven.plugins
                        maven-surefire-plugin
                        
                            
                                integration-test
                                
                                    test
                                
                                
                                    
                                        **/*LiveTest.java
                                        **/*IntegrationTest.java
                                        **/*IntTest.java
                                    
                                
                            
                        
                        
                            
                                json