springboot 的项目 pom.xml 依赖

springboot 的项目 pom.xml 依赖



    4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        2.2.0.BUILD-SNAPSHOT
         
    
    com.example
    schools
    0.0.1-SNAPSHOT
    schools
    Demo project for Spring Boot

    
        1.8
    

    
        
            org.springframework.boot
            spring-boot-starter-jdbc
        
        
            org.springframework.boot
            spring-boot-starter-thymeleaf
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            javax.servlet
            javax.servlet-api
            provided
        


        
            com.github.pagehelper
            pagehelper-spring-boot-starter
            1.2.10
        
        
            org.mybatis.spring.boot
            mybatis-spring-boot-starter
            1.3.2
        

        
            
            
            
        
        
            mysql
            mysql-connector-java
            5.1.38
        

        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            com.github.fge
            json-schema-core
            1.2.5
        
        
            com.alibaba
            fastjson
            1.2.47
        
        
            com.google.guava
            guava
            27.0-jre
        
        
            com.fasterxml.jackson.core
            jackson-core
            2.9.7
        
        
            org.projectlombok
            lombok
            1.16.20
            provided
        
        
        
            com.github.penggle
            kaptcha
            2.3.2
        
        
        
            
            
            
        
        
            
            
        
        
        
        
            com.auth0
            java-jwt
            3.3.0
        
        
        
            org.quartz-scheduler
            quartz
            ${quartz.version}
        
        
            org.quartz-scheduler
            quartz-jobs
            ${quartz.version}
        

        
            
            
            
        
        
            
            
            
        
        
            org.testng
            testng
            RELEASE
            compile
        
    

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

                            com.example.schools.SchoolsApplication

                
            
        
    

    
        
            spring-snapshots
            Spring Snapshots
            https://repo.spring.io/snapshot
            
                true
            
        
        
            spring-milestones
            Spring Milestones
            https://repo.spring.io/milestone
        
    
    
        
            spring-snapshots
            Spring Snapshots
            https://repo.spring.io/snapshot
            
                true
            
        
        
            spring-milestones
            Spring Milestones
            https://repo.spring.io/milestone
        
    






一个新手、没背景的野鸡大学挣脱出来的野小子,主要以不断
学习,不断记录,用思维认知去看这个世界。写作、阅读、分享,用独自的思考和感悟分享给互联网里的每一位技术人。
不爱学习的我们,无力的挣扎吧!

你可能感兴趣的:(idea,java,spring)