Package org.apache.clusterbr
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:



- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Zupportl5Application
public Zupportl5Application()
-
-
Method Details
-
main
-