示例#1
0
 /**
  * Startups the RESTHeart server
  *
  * @param confFilePath the path of the configuration file
  */
 public static void startup(final String confFilePath) {
   startup(FileUtils.getFileAbsoultePath(confFilePath));
 }