Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpringBootCourses/cqrs-banking-app
/ types & classes
Types & classes
98 in github.com/SpringBootCourses/cqrs-banking-app
⨍
Functions
146
◇
Types & classes
98
Class
AbstractEvent
common/src/main/java/com/example/common/events/AbstractEvent.java:22
Class
Account
common/src/main/java/com/example/common/domain/model/Account.java:15
Interface
AccountCommandService
core-service/src/main/java/com/example/core/service/account/AccountCommandService.java:6
Class
AccountCommandServiceImpl
core-service/src/main/java/com/example/core/service/account/AccountCommandServiceImpl.java:9
Class
AccountCreateEvent
common/src/main/java/com/example/common/events/AccountCreateEvent.java:10
Class
AccountCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/AccountCreateEventHandler.java:12
Class
AccountDto
core-service/src/main/java/com/example/core/web/dto/AccountDto.java:12
Interface
AccountMapper
core-service/src/main/java/com/example/core/web/dto/mapper/AccountMapper.java:7
Interface
AccountQueryService
common/src/main/java/com/example/common/service/account/AccountQueryService.java:6
Class
AccountQueryServiceImpl
common/src/main/java/com/example/common/service/account/AccountQueryServiceImpl.java:11
Interface
AccountRepository
common/src/main/java/com/example/common/repository/AccountRepository.java:8
Interface
AccountService
event-handler/src/main/java/com/example/eventhandler/service/account/AccountService.java:5
Interface
AccountService
core-service/src/main/java/com/example/core/service/account/AccountService.java:7
Class
AccountServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/account/AccountServiceImpl.java:11
Class
AccountServiceImpl
core-service/src/main/java/com/example/core/service/account/AccountServiceImpl.java:10
Class
Aggregate
common/src/main/java/com/example/common/domain/aggregate/Aggregate.java:9
Class
Application
event-handler/src/main/java/com/example/eventhandler/Application.java:10
Class
Application
core-service/src/main/java/com/example/core/Application.java:10
Class
AuthController
core-service/src/main/java/com/example/core/web/controller/AuthController.java:18
Interface
AuthService
core-service/src/main/java/com/example/core/service/auth/AuthService.java:7
Class
AuthServiceImpl
core-service/src/main/java/com/example/core/service/auth/AuthServiceImpl.java:18
Interface
CDCEventConsumer
event-handler/src/main/java/com/example/eventhandler/service/CDCEventConsumer.java:5
Class
Card
common/src/main/java/com/example/common/domain/model/Card.java:21
Interface
CardCommandService
core-service/src/main/java/com/example/core/service/card/CardCommandService.java:6
Class
CardCommandServiceImpl
core-service/src/main/java/com/example/core/service/card/CardCommandServiceImpl.java:10
Class
CardController
core-service/src/main/java/com/example/core/web/controller/CardController.java:23
Class
CardCreateEvent
common/src/main/java/com/example/common/events/CardCreateEvent.java:10
Class
CardCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/CardCreateEventHandler.java:12
Class
CardDto
core-service/src/main/java/com/example/core/web/dto/CardDto.java:10
Interface
CardMapper
core-service/src/main/java/com/example/core/web/dto/mapper/CardMapper.java:7
Interface
CardQueryService
common/src/main/java/com/example/common/service/card/CardQueryService.java:6
Class
CardQueryServiceImpl
common/src/main/java/com/example/common/service/card/CardQueryServiceImpl.java:11
Interface
CardRepository
common/src/main/java/com/example/common/repository/CardRepository.java:12
Interface
CardService
event-handler/src/main/java/com/example/eventhandler/service/card/CardService.java:8
Interface
CardService
core-service/src/main/java/com/example/core/service/card/CardService.java:9
Class
CardServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/card/CardServiceImpl.java:18
Class
CardServiceImpl
core-service/src/main/java/com/example/core/service/card/CardServiceImpl.java:12
Class
Client
common/src/main/java/com/example/common/domain/model/Client.java:19
Interface
ClientCommandService
core-service/src/main/java/com/example/core/service/client/ClientCommandService.java:6
Class
ClientCommandServiceImpl
core-service/src/main/java/com/example/core/service/client/ClientCommandServiceImpl.java:10
Class
ClientController
core-service/src/main/java/com/example/core/web/controller/ClientController.java:22
Class
ClientCreateEvent
common/src/main/java/com/example/common/events/ClientCreateEvent.java:10
Class
ClientCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/ClientCreateEventHandler.java:12
Class
ClientDto
core-service/src/main/java/com/example/core/web/dto/ClientDto.java:13
Interface
ClientMapper
core-service/src/main/java/com/example/core/web/dto/mapper/ClientMapper.java:7
Interface
ClientQueryService
common/src/main/java/com/example/common/service/client/ClientQueryService.java:8
Class
ClientQueryServiceImpl
common/src/main/java/com/example/common/service/client/ClientQueryServiceImpl.java:11
Interface
ClientRepository
common/src/main/java/com/example/common/repository/ClientRepository.java:12
Interface
ClientService
event-handler/src/main/java/com/example/eventhandler/service/client/ClientService.java:7
Interface
ClientService
core-service/src/main/java/com/example/core/service/client/ClientService.java:7
Class
ClientServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/client/ClientServiceImpl.java:13
Class
ClientServiceImpl
core-service/src/main/java/com/example/core/service/client/ClientServiceImpl.java:10
Interface
CommandService
core-service/src/main/java/com/example/core/service/CommandService.java:3
Class
ControllerAdvice
core-service/src/main/java/com/example/core/web/controller/ControllerAdvice.java:20
Class
DebeziumEventConsumer
event-handler/src/main/java/com/example/eventhandler/service/DebeziumEventConsumer.java:14
Interface
Event
common/src/main/java/com/example/common/events/Event.java:5
Interface
EventHandler
event-handler/src/main/java/com/example/eventhandler/handler/EventHandler.java:6
Interface
EventRepository
common/src/main/java/com/example/common/repository/EventRepository.java:6
Interface
EventService
core-service/src/main/java/com/example/core/service/event/EventService.java:5
Class
EventServiceImpl
core-service/src/main/java/com/example/core/service/event/EventServiceImpl.java:8
Enum
EventType
common/src/main/java/com/example/common/events/EventType.java:3
Class
GsonConfig
event-handler/src/main/java/com/example/eventhandler/config/GsonConfig.java:10
Class
JwtProperties
core-service/src/main/java/com/example/core/web/security/jwt/JwtProperties.java:10
Class
JwtTokenFilter
core-service/src/main/java/com/example/core/web/security/jwt/JwtTokenFilter.java:17
Class
LocalDateTimeDeserializer
event-handler/src/main/java/com/example/eventhandler/config/LocalDateTimeDeserializer.java:13
Class
LoginRequestDto
core-service/src/main/java/com/example/core/web/dto/LoginRequestDto.java:7
Class
LoginResponseDto
core-service/src/main/java/com/example/core/web/dto/LoginResponseDto.java:8
Interface
Mappable
core-service/src/main/java/com/example/core/web/dto/mapper/Mappable.java:5
Class
MessageDto
core-service/src/main/java/com/example/core/web/dto/MessageDto.java:10
Class
ObjectConverter
common/src/main/java/com/example/common/domain/model/ObjectConverter.java:8
Interface
OnCreate
core-service/src/main/java/com/example/core/web/dto/OnCreate.java:3
Interface
OnTransactionFrom
core-service/src/main/java/com/example/core/web/dto/OnTransactionFrom.java:3
Interface
OnTransactionTo
core-service/src/main/java/com/example/core/web/dto/OnTransactionTo.java:3
Interface
OnUpdate
core-service/src/main/java/com/example/core/web/dto/OnUpdate.java:3
Interface
QueryService
common/src/main/java/com/example/common/service/QueryService.java:5
Class
ResourceAlreadyExistsException
common/src/main/java/com/example/common/domain/exception/ResourceAlreadyExistsException.java:5
Class
ResourceNotFoundException
common/src/main/java/com/example/common/domain/exception/ResourceNotFoundException.java:5
Class
SecurityConfig
core-service/src/main/java/com/example/core/web/security/SecurityConfig.java:25
Interface
SecurityService
core-service/src/main/java/com/example/core/web/security/service/SecurityService.java:8
Class
SecurityServiceImpl
core-service/src/main/java/com/example/core/web/security/service/SecurityServiceImpl.java:19
Class
SecurityUser
core-service/src/main/java/com/example/core/web/security/SecurityUser.java:12
Class
SecurityUserService
core-service/src/main/java/com/example/core/web/security/SecurityUserService.java:9
Enum
TokenType
core-service/src/main/java/com/example/core/web/security/jwt/TokenType.java:3
Class
Transaction
common/src/main/java/com/example/common/domain/model/Transaction.java:16
Interface
TransactionCommandService
core-service/src/main/java/com/example/core/service/transaction/TransactionCommandService.java:6
Class
TransactionCommandServiceImpl
core-service/src/main/java/com/example/core/service/transaction/TransactionCommandServiceImpl.java:12
Class
TransactionController
core-service/src/main/java/com/example/core/web/controller/TransactionController.java:21
Class
TransactionCreateEvent
common/src/main/java/com/example/common/events/TransactionCreateEvent.java:10
Class
TransactionCreateEventHandler
event-handler/src/main/java/com/example/eventhandler/handler/TransactionCreateEventHandler.java:12
Class
TransactionDto
core-service/src/main/java/com/example/core/web/dto/TransactionDto.java:14
Interface
TransactionMapper
core-service/src/main/java/com/example/core/web/dto/mapper/TransactionMapper.java:10
Interface
TransactionQueryService
common/src/main/java/com/example/common/service/transaction/TransactionQueryService.java:6
Class
TransactionQueryServiceImpl
common/src/main/java/com/example/common/service/transaction/TransactionQueryServiceImpl.java:11
Interface
TransactionRepository
common/src/main/java/com/example/common/repository/TransactionRepository.java:8
Interface
TransactionService
event-handler/src/main/java/com/example/eventhandler/service/transaction/TransactionService.java:5
Interface
TransactionService
core-service/src/main/java/com/example/core/service/transaction/TransactionService.java:7
Class
TransactionServiceImpl
event-handler/src/main/java/com/example/eventhandler/service/transaction/TransactionServiceImpl.java:13
Class
TransactionServiceImpl
core-service/src/main/java/com/example/core/service/transaction/TransactionServiceImpl.java:10