<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><parent><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-parent</artifactId><version>2.3.2.RELEASE</version></parent><groupId>com.javaweb</groupId><artifactId>javaweb</artifactId><version>1.0.0</version><packaging>pom</packaging><name>javaweb</name><description>JavaWeb_Cloud微服务平台</description><!-- 子模块 --><modules><module>javaweb-eureka</module><module>javaweb-common</module><module>javaweb-gateway</module><module>javaweb-auth</module><module>javaweb-api</module><module>javaweb-service</module><module>javaweb-config</module><module>javaweb-configclient</module></modules><properties><javaweb.version>1.0.0</javaweb.version><project.build.sourceEncoding>UTF-8</project.build.sourceEncoding><project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding><java.version>1.8</java.version><spring-cloud.version>Hoxton.SR6</spring-cloud.version><swagger.fox.version>2.9.2</swagger.fox.version><swagger.core.version>1.5.24</swagger.core.version><commons.io.version>2.5</commons.io.version><commons.fileupload.version>1.3.3</commons.fileupload.version><common-pool.version>2.6.2</common-pool.version><fastjson.version>1.2.70</fastjson.version><poi.version>3.17</poi.version></properties><dependencies><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId><scope>test</scope></dependency></dependencies><!-- 依赖声明 --><dependencyManagement><dependencies><!-- 核心模块依赖 --><dependency><groupId>com.javaweb</groupId><artifactId>javaweb-common-framework</artifactId><version>${javaweb.version}</version></dependency><!-- 安全认证模块依赖 --><dependency><groupId>com.javaweb</groupId><artifactId>javaweb-common-security</artifactId><version>${javaweb.version}</version></dependency><!-- 系统API接口模块依赖 --><dependency><groupId>com.javaweb</groupId><artifactId>javaweb-api-system</artifactId><version>${javaweb.version}</version></dependency><!-- Redis缓存服务模块依赖 --><dependency><groupId>com.javaweb</groupId><artifactId>javaweb-common-redis</artifactId><version>${javaweb.version}</version></dependency><!-- SpringCloud 微服务 --><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-dependencies</artifactId><version>${spring-cloud.version}</version><type>pom</type><scope>import</scope></dependency><!-- Excel工具 --><dependency><groupId>org.apache.poi</groupId><artifactId>poi-ooxml</artifactId><version>${poi.version}</version></dependency><!-- JSON 解析器和生成器 --><dependency><groupId>com.alibaba</groupId><artifactId>fastjson</artifactId><version>${fastjson.version}</version></dependency><!-- IO常用工具类 --><dependency><groupId>commons-io</groupId><artifactId>commons-io</artifactId><version>${commons.io.version}</version></dependency><!-- Swagger 依赖配置 --><dependency><groupId>io.swagger</groupId><artifactId>swagger-annotations</artifactId><version>${swagger.core.version}</version></dependency><!-- 文件上传工具类 --><dependency><groupId>commons-fileupload</groupId><artifactId>commons-fileupload</artifactId><version>${commons.fileupload.version}</version></dependency></dependencies></dependencyManagement><build><plugins><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><source>${java.version}</source><target>${java.version}</target><encoding>${project.build.sourceEncoding}</encoding></configuration></plugin></plugins></build></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。