4.0.0
    spring-boot-mvc-4
    spring-boot-mvc-4
    jar
    Module For Spring Boot MVC Web
    
        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-thymeleaf
        
        
            org.springframework.boot
            spring-boot-starter-validation
        
        
            org.springframework.boot
            spring-boot-devtools
            true
        
        
            org.springdoc
            springdoc-openapi-ui
            ${springdoc.version}
        
        
            com.fasterxml.jackson.core
            jackson-databind
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            com.h2database
            h2
        
        
            commons-io
            commons-io
            ${commons-io.version}
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    ${start-class}
                    JAR
                
            
        
    
    
        1.7.0
        com.baeldung.springboot.swagger.ArticleApplication