public class ServiceStoreService
extends org.appops.service.entrypoint.ServiceEntryPoint
| Constructor and Description |
|---|
ServiceStoreService() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Service application entry point.
|
public static void main(java.lang.String[] args)
throws java.io.IOException,
org.appops.core.ServiceException
args - Expects deployment configuration file (deployment.yml) path as an argument. e.g.
java -jar app.jar --deploymentConfig deployment.ymljava.io.IOException - Input output exception which can be occurred while reading configuration
file passed.org.appops.core.ServiceException - Service exception which can be occurred while running service.Copyright © 2022. All rights reserved.