4.0.0
    com.company
    project
    0.0.1-SNAPSHOT
    jar
    New App
    My new SpringBoot app
    
        org.springframework.boot
        spring-boot-starter-parent
        2.2.5.RELEASE
        
    
    
        UTF-8
        UTF-8
        11
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.springframework.boot
            spring-boot-starter-freemarker
        
        
            org.springframework.boot
            spring-boot-starter-jersey
        
        
            org.springframework.boot
            spring-boot-starter-data-jpa
        
        
            org.postgresql
            postgresql
            runtime
        
        
            org.springframework.session
            spring-session-core
        
        
            org.springframework.boot
            spring-boot-devtools
            runtime
            true
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
            
                
                    org.junit.vintage
                    junit-vintage-engine
                
            
        
    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin