SpringBoot开发常用依赖pom.xml



    4.0.0

    com.hafaer
    SpringBoot
    1.0-SNAPSHOT

    
     war
     

    

    
        org.springframework.boot
        spring-boot-starter-parent
        2.1.3.RELEASE
    
    
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
        
            org.springframework.boot
            spring-boot-starter-test
        
        
        
            org.springframework.boot
            spring-boot-devtools
        
        
        
            org.mybatis
            mybatis
            3.2.4
        
        
        
            org.springframework.boot
            spring-boot-starter-data-redis
        
        
        
            org.springframework.boot
            spring-boot-starter-tomcat
        
        
        
            org.thymeleaf
            thymeleaf
            3.0.11.RELEASE
        
        
        
            com.alibaba
            druid-spring-boot-starter
            1.1.10
        
    






    
    
        
            
                org.springframework.boot
                spring-boot-maven-plugin
            
        
    

```

你可能感兴趣的:(Java,maven,spring,boot,java)