4.0.0 ops-pro cd.casic.boot ${revision} ../pom.xml commons spring-boot-starter-biz-data-permission spring-boot-starter-biz-ip spring-boot-starter-biz-tenant spring-boot-starter-excel spring-boot-starter-job spring-boot-starter-monitor spring-boot-starter-mq spring-boot-starter-mybatis spring-boot-starter-protection spring-boot-starter-redis spring-boot-starter-security spring-boot-starter-test spring-boot-starter-web spring-boot-starter-websocket framework pom ${project.artifactId} 该包是技术组件,每个子包,代表一个组件。每个组件包括两部分: 1. core 包:是该组件的核心封装 2. config 包:是该组件基于 Spring 的配置 技术组件,也分成两类: 1. 框架组件如MyBatis、Redis 等等的拓展 2. 业务组件和业务相关的组件的封装,例如说数据字典、操作日志等等。 如果是业务组件,Maven 名字会包含 biz