All Implemented Interfaces:
Extension

public class SpringExtension extends MicroserviceExtension
  • Constructor Details

    • SpringExtension

      public SpringExtension()
  • Method Details

    • addSpringProject

      public SpringProject addSpringProject(String name)
      Adds a new Spring project to the app host.
      Parameters:
      name - The name of the spring project.
      Returns:
      A new SpringProject instance that can be used to configure the project.