Welcome to the Linux Foundation Forum!
Deploying multiple versions of same app

Deploying a simple Spring boot app ( not the one provided). Is it possible to deploy multiple versions of same app and assign different routes to each. The instructions on Manipulating Routes section is not very clear.
0
Comments
You can deploy the same code using two different application names. You can also have a single app with multiple routes assigned to it.
Therefore, you could deploy something like
my-app-v1
andmy-app-v2
with different (or the same "shared") routes.