@RequestMapping(value="/properties") public interface IPropertiesController
Map<String,String>
getProperties()
String
getProperty(String property)
@RequestMapping(method=GET, produces="application/json") Map<String,String> getProperties()
@RequestMapping(value="/{property}", method=GET, produces={"text/plain","application/json"}) String getProperty(String property)
Copyright © 2022. All rights reserved.