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.