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
            1.18.28
        
        
            org.aspectj
            aspectjweaver
        
        
        
            org.springframework.boot
            spring-boot-starter-log4j2
            2.7.9
        
        
        
            com.fasterxml.jackson.dataformat
            jackson-dataformat-yaml
            2.15.2
        
        
        
            org.springframework.boot
            spring-boot-starter-actuator
        
        
        
            org.springdoc
            springdoc-openapi-starter-webmvc-ui
            2.2.0
        
        
            org.springdoc
            springdoc-openapi-starter-webmvc-api
            2.2.0
        
        
            org.springdoc
            springdoc-openapi-security
            1.7.0
        
        
        
            mysql
            mysql-connector-java
            8.0.33
        
        
        
            com.alibaba
            druid-spring-boot-starter
            1.2.20
        
        
        
            com.baomidou
            mybatis-plus-boot-starter
            3.5.3.2
        
        
        
            cglib
            cglib
            3.3.0
        
        
            com.alibaba.fastjson2
            fastjson2
            2.0.40
        
        
            com.alibaba.fastjson2
            fastjson2-extension-spring6
            2.0.40
        
        
        
            org.mapstruct
            mapstruct
            1.5.5.Final
        
        
            org.mapstruct
            mapstruct-processor
            1.5.5.Final
        
        
        
            cn.hutool
            hutool-all
            5.8.22
        
        
        
            org.jdom
            jdom2
            2.0.6.1
        
        
        
            org.springframework.boot
            spring-boot-starter-test
            3.1.3
            test
        
        
            junit
            junit
            4.13.2
            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