4.0.0
    
        com.xuxueli
        xxl-job-executor-samples
        2.3.0-SNAPSHOT
    
    xxl-job-executor-sample-springboot
    jar
    ${project.artifactId}
    Example executor project for spring boot.
    https://www.xuxueli.com/
    
        3.1.2
        1.1.10
    
    
        
            
                
                org.springframework.boot
                spring-boot-starter-parent
                ${spring-boot.version}
                pom
                import
            
        
    
    
        
        
            org.springframework.boot
            spring-boot-starter-web
        
        
        
            mysql
            mysql-connector-java
            5.1.47
            runtime
        
        
        
            com.baomidou
            mybatis-plus-boot-starter
            ${mybatis-plus.version}
        
        
            com.baomidou
            mybatis-plus-extension
            ${mybatis-plus.version}
        
        
            com.baomidou
            mybatis-plus-annotation
            ${mybatis-plus.version}
        
        
        
            com.alibaba
            druid-spring-boot-starter
            ${druid.version}
        
        
        
            com.baomidou
            dynamic-datasource-spring-boot-starter
            2.5.4
        
        
        
            com.alibaba
            fastjson
            1.2.56
        
        
        
            org.projectlombok
            lombok
        
        
        
            org.apache.httpcomponents
            httpclient
            4.5.9
        
        
            org.apache.httpcomponents
            httpcore
            4.4
        
        
            com.squareup.retrofit2
            retrofit
            2.6.0
        
        
            org.springframework.boot
            spring-boot-starter-mail
        
        
        
            com.xuxueli
            xxl-job-core
            ${project.parent.version}
        
    
    
        
            
                
                src/main/java
                
                    **/*.xml
                    **/*.properties
                
            
            
            
                src/main/resources
            
        
        
            
            
                org.springframework.boot
                spring-boot-maven-plugin
                ${spring-boot.version}
                
                    
                        
                            repackage