- All Implemented Interfaces:
- org.springframework.web.WebApplicationInitializer
@SpringBootApplication
@ComponentScan(value="com.yugandhar.*")
@EntityScan(value="com.yugandhar.*")
@EnableJpaRepositories(value="com.yugandhar.*")
@EnableCaching
@EnableAspectJAutoProxy
@EnableJms
@EnableAsync
public class YugandharMsplatformApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
This is the primary boot application for Yugandhar Microservices platform
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Yugandhar