@RestController @RequestMapping(path="/git") public class GitEndpoint extends Object
GitEndpoint()
org.springframework.http.ResponseEntity<Map<String,String>>
map()
org.springframework.http.ResponseEntity<String>
text()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GitEndpoint()
@RequestMapping(path="/map", method=GET) @ResponseBody public org.springframework.http.ResponseEntity<Map<String,String>> map()
@RequestMapping(path="/text", method=GET) @ResponseBody public org.springframework.http.ResponseEntity<String> text()
Copyright © 2020 Nepxion. All rights reserved.