@EnableScheduling @SpringBootApplication @EnableUserManagementService @EnableSCAService @EnablePostingService @EnableDepositAccountService @EnableLedgersMiddlewareService @EnableLedgersMiddlewareRest @EnableMockBankSimple @EnableFeignClients(basePackageClasses=de.adorsys.ledgers.middleware.client.rest.AccountRestClient.class) public class LedgersApplication extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
| Constructor and Description |
|---|
LedgersApplication() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event) |
public static void main(String[] args)
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>Copyright © 2019. All rights reserved.