graffias:Graffias是受Graffiti启发的Groovy的Web框架

时间:2024-06-11 06:35:39
【文件属性】:

文件名称:graffias:Graffias是受Graffiti启发的Groovy的Web框架

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-11 06:35:39

Groovy

什么是格拉菲亚? Graffias是受和Sinatra启发的Groovy轻量级微型网络框架。 Graffias作为单个文件分发,其源代码仅约300行。 因此,请*自定义! 例子 import static graffias.* get( ' / ' ) { ' Hello World! ' } runServer() @Grab ( group = ' commons-lang ' , module = ' commons-lang ' , version = ' 2.6 ' ) import static graffias.* import org.apache.commons.lang.StringEscapeUtils get( ' / ' ) { uri ' index.html ' // public/index.html } post( ' / ' )


【文件预览】:
graffias-master
----README.md(2KB)
----test()
--------.gitignore(16B)
--------public()
--------RouteMatcherTest.groovy(2KB)
--------testServer.groovy(2KB)
--------testClient.groovy(5KB)
----LICENSE(1KB)
----test.sh(254B)
----src()
--------graffias.groovy(9KB)
----sample()
--------.gitignore(16B)
--------ssl()
--------database()
--------websocket()
--------webxml()
--------hello()
--------usage()

网友评论