1 Star 1 Fork 0

wecantstop / light-gateway

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
pom.xml 1.61 KB
Copy Edit Raw Blame History
wecantstop authored 2022-08-17 21:50 . init
<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuzhiguang.light</groupId>
<artifactId>gateway</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>dependencies</module>
<module>core</module>
<module>common</module>
<module>dynamic-config</module>
<module>server-http-netty</module>
<module>startup</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
<java.version>1.8</java.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.xuzhiguang.light</groupId>
<artifactId>gateway-dependencies</artifactId>
<version>${version}</version>
<type>pom</type>
<scope>import</scope>
</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>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wecantstop/light-gateway.git
git@gitee.com:wecantstop/light-gateway.git
wecantstop
light-gateway
light-gateway
master

Search

344bd9b3 5694891 D2dac590 5694891