Class Zupportl5Application

java.lang.Object
org.apache.clusterbr.Zupportl5Application

@SpringBootApplication(scanBasePackages="org.apache.clusterbr.zupportl5") @EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class) @EntityScan(basePackages="org.apache.clusterbr.zupportl5.entity") @EnableJpaRepositories(basePackages="org.apache.clusterbr.zupportl5.repository") @PropertySource("classpath:application.properties") @PropertySource("classpath:application-dev.properties") @PropertySource("classpath:application-devgcp.properties") @PropertySource("classpath:application-prod.properties") public class Zupportl5Application extends Object

UML Diagrams:

UML CLASS Diagram

UML USECASE Diagram

UML SEQ Diagram

Since:
2024-1108
Author:
arcbrth@gmail.com
  • Constructor Details

    • Zupportl5Application

      public Zupportl5Application()
  • Method Details

    • main

      public static void main(String[] args)