# springboot-netty **Repository Path**: fhcspring/springboot-netty ## Basic Information - **Project Name**: springboot-netty - **Description**: springboot 集成 netty - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-12-23 - **Last Updated**: 2024-03-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 启动 使用 builder 模块 启动 com.fancy.middleware.Application 类 ## 启动项配置 ```aidl -Dlog.home=C:\Users\minions\Desktop -Dspring.profiles.active=V3 -Dspring.config.name=application-dev ```