Skip to content

fbbzl/spring-boot-starter-nettyx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

a spring boot starter for nettyx

// 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);
    }

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages