Package io.mosip.mimoto
Class MimotoServiceApplication
- java.lang.Object
-
- io.mosip.mimoto.MimotoServiceApplication
-
@SpringBootApplication(scanBasePackages={"io.mosip.mimoto.*","${mosip.auth.adapter.impl.basepackage}"}, exclude={org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration.class,org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class,org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class,org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration.class}) @EnableScheduling @EnableAsync public class MimotoServiceApplication extends Object
-
-
Constructor Summary
Constructors Constructor Description MimotoServiceApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CbeffUtilgetCbeffUtil()static org.json.simple.JSONObjectgetGitProp()static voidmain(String[] args)org.springframework.scheduling.concurrent.ThreadPoolTaskSchedulertaskScheduler()
-