4.0.0
    
        pipIrr-parent
        com.dy
        1.0.0
        ../pom.xml
    
    
    pom
    pipIrr-web
    pipIrr-web
    此模块为其他web模块的局部全局模块,只定义依赖
    
        pipIrr-web-demo
    
    
        
            com.dy
            pipIrr-common
            1.0.0
        
        
            com.dy
            pipIrr-global
            1.0.0
        
        
            org.springframework.boot
            spring-boot-starter-web
            
                
                    org.springframework.boot
                    spring-boot-starter-json
                
                
                    org.springframework.boot
                    spring-boot-starter-logging
                
            
        
        
        
            org.springframework.boot
            spring-boot-starter-validation
        
        
            org.springframework.boot
            spring-boot-devtools
            runtime
        
        
        
            org.projectlombok
            lombok
        
        
            org.aspectj
            aspectjweaver
        
        
        
            org.springframework.boot
            spring-boot-starter-log4j2
        
        
        
            com.fasterxml.jackson.dataformat
            jackson-dataformat-yaml
        
        
        
            org.springframework.boot
            spring-boot-starter-actuator
        
        
        
            org.springdoc
            springdoc-openapi-starter-webmvc-ui
        
        
            org.springdoc
            springdoc-openapi-starter-webmvc-api
        
        
            org.springdoc
            springdoc-openapi-security
        
        
        
        
            com.alibaba
            druid-spring-boot-starter
        
        
        
            com.baomidou
            mybatis-plus-boot-starter
        
        
        
            cglib
            cglib
        
        
            com.alibaba.fastjson2
            fastjson2
        
        
            com.alibaba.fastjson2
            fastjson2-extension-spring6
        
        
        
            org.mapstruct
            mapstruct
        
        
            org.mapstruct
            mapstruct-processor
        
        
        
            cn.hutool
            hutool-all
        
        
        
            org.jdom
            jdom2
        
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
            junit
            junit
            test
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    
    
        
            
                
                org.springframework.boot
                spring-boot-maven-plugin
                
                    
                        
                            org.projectlombok
                            lombok
                        
                    
                
            
            
                
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    true
                
            
            
                
                org.apache.maven.plugins
                maven-compiler-plugin