4.0.0
    
        top.charles7c
        continew-admin
        ${revision}
    
    continew-admin-webapi
    jar
    ${project.artifactId}
    API 模块(存放 Controller 层代码,打包部署的模块)
    
        
        
            org.liquibase
            liquibase-core
        
        
            org.springframework.boot
            spring-boot-starter-test
            test
        
        
        
            top.charles7c
            continew-admin-monitor
        
    
    
        
        ${project.parent.name}
        
            
            
                org.apache.maven.plugins
                maven-surefire-plugin
                
                    -Dfile.encoding=UTF-8
                    
                    ${profiles.active}
                    
                    exclude
                
            
            
            
                org.springframework.boot
                spring-boot-maven-plugin
                
                    
                        
                            repackage
                        
                    
                
                
                    
                    true
                    
                        
                            org.projectlombok
                            lombok