All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.activiti.cloud.services.rest.api.HomeController Maven / Gradle / Ivy

There is a newer version: 7.1.0.M6
Show newest version
package org.activiti.cloud.services.rest.api;

import org.springframework.hateoas.Resource;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;

@RequestMapping(value = "/v1/")
public interface HomeController {

    @RequestMapping(method = RequestMethod.GET)
    Resource getHomeInfo();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy