Most Java applications are built with multiple modules where one module is the actual application to run.
Here is an example: https://github.com/porscheinformatik/angular-spring-heroes - here the application is under heroes-webapp.
Railpack should support this pattern. This could be achieved by finding the executable application automatically or via a config variable.
Most Java applications are built with multiple modules where one module is the actual application to run.
Here is an example: https://github.com/porscheinformatik/angular-spring-heroes - here the application is under
heroes-webapp.Railpack should support this pattern. This could be achieved by finding the executable application automatically or via a config variable.