@SpringBootApplication(exclude={org.springframework.boot.autoconfigure.mongo.MongoAutoConfiguration.class,org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.class})
@ServletComponentScan(basePackages="org.qubership.automation.itf.ui.config.servlets")
@ComponentScan(excludeFilters={@ComponentScan.Filter(type=REGEX,pattern="org.qubership.automation.itf.core.hibernate..*"),,,,,,,,,})
@EnableAspectJAutoProxy(proxyTargetClass=true)
@EnableDiscoveryClient
@EnableGlobalMethodSecurity(prePostEnabled=true)
@EnableFeignClients(basePackages={"org.qubership.atp.integration.configuration.feign","org.qubership.automation.itf.integration.executor"})
@Import(value={org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration.class,org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class,org.qubership.atp.common.probes.controllers.DeploymentController.class})
@EnableAtpJaegerLog
public class Main
extends Object
| Constructor and Description |
|---|
Main() |
public static void main(String[] args)
args - as usualCopyright © 2025. All rights reserved.