@Controller public class DatabaseChangesInfoController extends Object
DatabaseUpdater| Constructor and Description |
|---|
DatabaseChangesInfoController() |
| Modifier and Type | Method and Description |
|---|---|
String |
showPage(org.springframework.ui.ModelMap model)
Called for GET requests only on the databaseChangesInfo page.
|
@RequestMapping(method=GET,
value="/admin/maintenance/databaseChangesInfo")
public String showPage(org.springframework.ui.ModelMap model)
throws Exception
model - the key value pair that will be accessible from the jsp pageException - if there is trouble getting the database changes from liquibaseCopyright © 2018 OpenMRS LLC.. All Rights Reserved.