4.0.0
    
        org.springframework.boot
        spring-boot-starter-parent
        2.5.6
         
    
    com.example
    example
    0.0.1-SNAPSHOT
    example
    Demo project for Spring Boot
    
        1.8
    
    
        
            org.springframework.boot
            spring-boot-starter-web
        
        
            org.projectlombok
            lombok
            true
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            com.byteblogs
            x-retry-client-starter
            0.0.4.2
        
        
            com.baomidou
            mybatis-plus-boot-starter
            3.5.1
        
        
            com.baomidou
            mybatis-plus-generator
            3.5.1
        
        
            org.freemarker
            freemarker
            2.3.28
            compile
        
        
            mysql
            mysql-connector-java
            5.1.46
        
        
            org.awaitility
            awaitility
            4.1.1
        
        
            com.squareup.okhttp3
            okhttp
            4.2.0
        
        
            org.springframework.cloud
            spring-cloud-starter-openfeign
            3.0.3
        
    
    
        x-retry-example
        
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    
                        
                            org.projectlombok
                            lombok