2 Star 0 Fork 33

奈学架构师训练营一期/架构一期ES案例项目

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
pom.xml 1.22 KB
Copy Edit Raw Blame History
GT-吴亦灿 authored 2020-06-22 11:59 . init
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.nx.platform</groupId>
<artifactId>es-proxy</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.test.skip>true</maven.test.skip>
<downloadSources>true</downloadSources>
<file_encoding>UTF-8</file_encoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven-assembly-plugin.version>2.5.3</maven-assembly-plugin.version>
<assembly.file/>
<assembly.finalName/>
</properties>
<modules>
<module>service</module>
<module>nx-esproxy-contract</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.nx.platfrom</groupId>
<artifactId>nx-esproxy-contract</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/architecture_1/nx-proxyes.git
git@gitee.com:architecture_1/nx-proxyes.git
architecture_1
nx-proxyes
架构一期ES案例项目
master

Search