文件名称:today-framework:Java一个Java库,用于构建诸如Spring Boot之类的Web应用程序
文件大小:136KB
文件格式:ZIP
更新时间:2024-04-21 11:49:11
java lightweight framework web netty
今日框架 开始 只需要 @RestController public class DemoApplication { @GET ( " /index/{q} " ) public String index ( String q ) { return q; } public static void main ( String [] args ) { WebApplication . run( DemoApplication . class, args); } } @Slf4j @Configuration @RequestMapping @ContextListener @EnableHotReload @EnableDefaultMybatis @EnableRedissonCaching @Import ({ TomcatServer . class
【文件预览】:
today-framework-master
----lombok.config(90B)
----src()
--------test()
--------main()
----LICENSE(35KB)
----README.md(4KB)
----pom.xml(8KB)
----.gitignore(108B)
----CHANGELOG.md(45B)