add rest service in core java application

In this post, we will learn about add rest service in core java application We are in spring boot world, where exposing a http endpoint is much easier, but when it comes to a standalone java application we will get confused Java has a feature to expose Http endpoint from a standalone application.Using import com.sun.net.httpserver.HttpExchange; … Continue reading add rest service in core java application