Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Applications can be created with a version string. This can be useful when a newer version of the same application needs to be created, and you need to distinguish them and run them at the same time. Programs of a specific version of an application can be started and stopped using the calls of the version-aware Lifecycle HTTP RESTful APIsMicroservices.

If a version is not provided while creating an application (i.e., the application is created using a non-version-aware API), a default version of "-SNAPSHOT" is used.

...

Information about the version-aware RESTful APIs CDAP Microservices to create, list, and delete applications using versions can be found in the Lifecycle HTTP RESTful API Microservices documentation.

Application Configuration

...

Information about the RESTful call is available in the Lifecycle HTTP RESTful API Microservices documentation.

We can modify the MyApp class above to take in a Configuration MyApp.MyAppConfig:

...