文件名称:park:轻松构建像express一样的宁静应用程序!
文件大小:29KB
文件格式:ZIP
更新时间:2024-08-02 21:34:34
Java
公园 轻松构建像express一样的宁静应用程序! ##例子: public static void main( String [] args) { App app = new JettyApp ( 8000 ); app . use((req,res,next) - > { try { next . apply(); } catch ( Exception e){ System . out . println(e . getClass()); e . printStackTrace(); } }); app . use((req,res,next) - > { long begin = System . currentTimeMillis(); next . apply(); long end = System . curren
【文件预览】:
park-master
----.project(533B)
----src()
--------test()
--------main()
----.travis.yml(34B)
----.settings()
--------org.eclipse.m2e.core.prefs(86B)
--------org.eclipse.jdt.core.prefs(238B)
--------org.eclipse.core.resources.prefs(115B)
----LICENSE(1KB)
----README.md(8KB)
----pom.xml(2KB)
----.classpath(998B)
----.gitignore(198B)