s.EpikosRestService.0.0.7.5.1.source-code.Application.configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of EpikosRestService Show documentation
Show all versions of EpikosRestService Show documentation
Epikos is a Rest Serivce framework which can be extend to develop any other Rest API/Services. For more
detail please checkout github (https://github.com/epikosrest/epikos.git)
#Name of service
service.name=EpikosRestService
#Port number to use
port=8080
#Multiple resources can be included using ; delimeter. This value indicates where to look for rest resources
resource.package.name=example.controller;
#indicates yaml file to use to find dynamic resources i.e. api list
dynamic.resource.configuration=dynamicresource.yml