@EnableScheduling @SpringBootApplication @EnableUserManagementService @EnableSCAService @EnablePostingService @EnableDepositAccountService @EnableLedgersMiddlewareService @EnableLedgersMiddlewareRest @EnableUtils @EnableFeignClients(basePackageClasses={de.adorsys.ledgers.middleware.client.rest.AccountRestClient.class,de.adorsys.ledgers.deposit.api.client.ExchangeRateClient.class}) public class LedgersApplication extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
| Constructor and Description |
|---|
LedgersApplication(BankInitService bankInitService,
org.springframework.core.env.Environment env) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
onApplicationEvent(@NotNull org.springframework.boot.context.event.ApplicationReadyEvent event) |
@Autowired public LedgersApplication(BankInitService bankInitService, org.springframework.core.env.Environment env)
public static void main(String[] args)
public void onApplicationEvent(@NotNull
@NotNull org.springframework.boot.context.event.ApplicationReadyEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>Copyright © 2020. All rights reserved.