maven依赖整理

java工具类HuTool:


    cn.hutool
    hutool-all
    5.0.7

mybatis-plus


            com.baomidou
            mybatis-plus-boot-starter
            3.10
        

shiro


            org.apache.shiro
            shiro-spring
            1.4.1
        

thymeleaf模板

    
        
            org.thymeleaf
            thymeleaf-spring5
        
        
            org.thymeleaf.extras
            thymeleaf-extras-java8time
        

mysql驱动

       
            mysql
            mysql-connector-java
        

druid数据源

      
            com.alibaba
            druid
            1.1.12
        

mybatis适应springboot的依赖

   
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
            2.1.0
        

lombok

  
            org.projectlombok
            lombok
            1.18.10
        

shiro与thymeleaf整合包

        
            com.github.theborakompanioni
            thymeleaf-extras-shiro
            2.0.0
        

jxl excel依赖


            jexcelapi
            jxl
            2.6
        

阿里巴巴的fastjson包

    
      com.alibaba
      fastjson
      1.2.49
    

cglib 包

    
      cglib
      cglib
      3.3.0
    

你可能感兴趣的:(maven依赖整理)