4.0.0
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
        ../
    
    spring-boot-autoconfiguration
    0.0.1-SNAPSHOT
    war
    spring-boot-autoconfiguration
    This is simple boot application demonstrating a custom auto-configuration
    
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-validation
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            mysql
            mysql-connector-java
        
        
            org.springframework.boot
            spring-boot-configuration-processor
            2.1.6.RELEASE
            true
        
        
            org.hsqldb
            hsqldb
            runtime
        
    
    
        spring-boot
        
            
                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
                                    
                                    
                                        **/AutoconfigurationTest.java
                                    
                                
                            
                        
                        
                            
                                json
                            
                        
                    
                
            
        
    
    
        3.1.1
        3.3.7-1
        3.1.7
        8.5.11