Create a simple HTTP server with Java?

后端 未结 13 2621
时光取名叫无心
时光取名叫无心 2020-11-28 04:16

What\'s the easiest way to create a simple HTTP server with Java? Are there any libraries in commons to facilitate this? I only need to respond to GET/POST, and

13条回答
  •  一个人的身影
    2020-11-28 04:37

    I have implemented one link

    N.B. for processing json, i used jackson. You can remove that also, if you need

提交回复
热议问题