Package de.adorsys.ledgers.app
Class LedgersApplication
- java.lang.Object
-
- de.adorsys.ledgers.app.LedgersApplication
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
@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}) @Import(de.adorsys.ledgers.keycloak.client.KeycloakClientConfiguration.class) public class LedgersApplication extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
-
Constructor Summary
Constructors Constructor Description LedgersApplication(BankInitService bankInitService, org.springframework.core.env.Environment env)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidonApplicationEvent(@NotNull org.springframework.boot.context.event.ApplicationReadyEvent event)
-
-
-
Constructor Detail
-
LedgersApplication
@Autowired public LedgersApplication(BankInitService bankInitService, org.springframework.core.env.Environment env)
-
-
Method Detail
-
main
public static void main(String[] args)
-
onApplicationEvent
public void onApplicationEvent(@NotNull @NotNull org.springframework.boot.context.event.ApplicationReadyEvent event)- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
-