@Controller public class VersionController extends Object
| Constructor and Description |
|---|
VersionController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
getVersion()
Handles version requests by reading information from class files and/or the api2 build.txt file that's included
in the .war file
|
@RequestMapping(value={"version","/v2/version"},
method=GET,
produces="text/html")
public org.springframework.web.servlet.ModelAndView getVersion()
Copyright © 2017. All rights reserved.