@Scope(value="prototype")
@RestController
@RequestMapping(value="/rest")
public class DefaultJsonRESTController
extends java.lang.Object
DefaultJsonRESTController is the default REST controller for Yugandhar application
This controller is mapping web requests to /rest url
e.g. rest url to invoke transaction where yugandhar MDM is deployed having port 8090 would be as follows.
would be - http://localhost:8090/YugandharBootProject-1.0.0-SNAPSHOT/rest/YugandharRequestProcessor
You must change the url values as per the host:port and YugandharBootProject snapshot version
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Yugandhar