20 Star 65 Fork 63

疯狂创客圈 / spring-boot-netty-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
疯狂创客圈 提交于 2020-05-10 10:52 . 编写说明
<?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">
<groupId>com.crazymaker</groupId>
<artifactId>crazymaker-server</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.8.RELEASE</version>
<relativePath/>
</parent>
<modules>
<!--netty web server 服务器-->
<module>spring-boot-netty-server</module>
<!--netty web server test project 测试工程 -->
<module>springboot-example</module>
</modules>
</project>
Java
1
https://gitee.com/crazymaker/spring-boot-netty-server.git
git@gitee.com:crazymaker/spring-boot-netty-server.git
crazymaker
spring-boot-netty-server
spring-boot-netty-server
master

搜索帮助