Class ProductApplication

java.lang.Object
tech.corefinance.product.ProductApplication

@SpringBootApplication(scanBasePackages={"tech.corefinance.product","tech.corefinance.common"}) @EnableJpaRepositories(basePackages={"tech.corefinance.product.repository","tech.corefinance.common.jpa.repository","tech.corefinance.common.repository"}) @EntityScan(basePackages={"tech.corefinance.common.jpa.model","tech.corefinance.product.entity","tech.corefinance.common.model"}) public class ProductApplication extends Object
  • Constructor Details

    • ProductApplication

      public ProductApplication()
  • Method Details

    • main

      public static void main(String[] args)