Package org.example.crmedu.infrastructure.service
package org.example.crmedu.infrastructure.service
Contains service implementations that integrate business logic with framework-specific components.
The EmailServiceImpl
uses JavaMailSender
to implement EmailService
and send emails.
The JwtServiceImpl
handles user authentication using JWT and Spring Security.
-
ClassesClassDescriptionImplementation of
EmailService
for sending emails.This service manages user login, access token generation, and refresh token handling.