Class Deploy

java.lang.Object
com.sap.cds.framework.spring.utils.Deploy

@SpringBootApplication @ComponentScan(basePackages={"${cds.multitenancy.component-scan:acme.xyy}","${cds.multitenancy.deploy.component-scan:acme.xyy}","${cds.deploy.component-scan:acme.xyz}"}) public class Deploy extends Object
Class providing a main method to upgrade the tenant. This main method starts the whole server. Therefore, all background tasks that might be registered will also start. If this could lead to problems, they need to be deactivated.
  • Constructor Details

    • Deploy

      public Deploy()
  • Method Details