4.0.0
    spring-boot-crud
    spring-boot-crud
    
        com.baeldung.spring-boot-modules
        spring-boot-modules
        1.0.0-SNAPSHOT
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-validation
        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.springframework.boot
            spring-boot-starter-test
        
        
            com.h2database
            h2
            runtime
        
    
    
        spring-boot-crud
        
            
                src/main/resources
                true
            
        
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    exec
                
            
            
                org.apache.maven.plugins
                maven-assembly-plugin
                ${maven-assembly-plugin.version}
                
                    
                        jar-with-dependencies
                    
                
                
                    
                        make-assembly
                        package
                        
                            single
                        
                    
                
            
        
    
    
        3.3.0
        com.baeldung.demo.DemoApplication,