|  |  |  | 
|---|
|  |  |  | </exclusion> | 
|---|
|  |  |  | </exclusions> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-configuration-processor</artifactId> | 
|---|
|  |  |  | <optional>true</optional> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.springframework.boot</groupId> | 
|---|
|  |  |  | <artifactId>spring-boot-devtools</artifactId> | 
|---|
|  |  |  | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.projectlombok</groupId> | 
|---|
|  |  |  | <artifactId>lombok</artifactId> | 
|---|
|  |  |  | <version>1.18.28</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- @Aspect @Pointcut @Around等应用 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | 
|---|
|  |  |  | <artifactId>mybatis-plus-boot-starter</artifactId> | 
|---|
|  |  |  | <version>3.5.3.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.baomidou</groupId> | 
|---|
|  |  |  | <artifactId>mybatis-plus-extension</artifactId> | 
|---|
|  |  |  | <version>3.5.3.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 阿里fastjson --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | 
|---|
|  |  |  | <version>2.2.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- apache httpClient --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.httpcomponents</groupId> | 
|---|
|  |  |  | <artifactId>httpclient</artifactId> | 
|---|
|  |  |  | <version>4.5.14</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- apache poi --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.poi</groupId> | 
|---|
|  |  |  | <artifactId>poi</artifactId> | 
|---|
|  |  |  | <version>3.14</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- quartz --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.quartz-scheduler</groupId> | 
|---|
|  |  |  | <artifactId>quartz</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 获得系统信息 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>com.github.oshi</groupId> | 
|---|
|  |  |  | <artifactId>oshi-core</artifactId> | 
|---|
|  |  |  | <version>6.6.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>net.java.dev.jna</groupId> | 
|---|
|  |  |  | <artifactId>jna</artifactId> | 
|---|
|  |  |  | <version>5.12.1</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>net.java.dev.jna</groupId> | 
|---|
|  |  |  | <artifactId>jna-platform</artifactId> | 
|---|
|  |  |  | <version>5.12.1</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <!-- 类反射 --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.reflections</groupId> | 
|---|
|  |  |  | <artifactId>reflections</artifactId> | 
|---|
|  |  |  | <version>0.10.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- Hutool是一个小而全的Java工具类库(https://github.com/dromara/hutool)  --> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>cn.hutool</groupId> | 
|---|
|  |  |  | <artifactId>hutool-all</artifactId> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  | <dependency> | 
|---|
|  |  |  | <groupId>org.apache.logging.log4j</groupId> | 
|---|
|  |  |  | <artifactId>log4j-slf4j-impl</artifactId> | 
|---|
|  |  |  | <version>2.17.2</version> | 
|---|
|  |  |  | </dependency> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | </dependencies> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <build> | 
|---|