如何将ssh 改成restful风格

2025-04-08 14:05:15
推荐回答(2个)
回答1:

使用spring web即可,annotation方式。
只需修改spring部分,一个在线例子
http://www.mkyong.com/spring-mvc/spring-3-rest-hello-world-example/

回答2:

直接使用spring-mvc即可,原生支持,还把项目包减小了,难度也降低了