# spring-boot-starter-nettyx **Repository Path**: fbbzl/spring-boot-starter-nettyx ## Basic Information - **Project Name**: spring-boot-starter-nettyx - **Description**: this is a project for spring-boot-starter nettyx - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2026-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: spring-boot-start-nettyx ## README a spring boot starter for nettyx ```java // please use as the following code @EnableStructScan(basePackages = { "org.nettyx.test" }) @SpringBootApplication public class NettyxDemoApplication { public static void main(String[] args) { SpringApplication.run(NettyxTestApplication.class, args); } } ```