add module exception with WrongCredentialsException

This commit is contained in:
2024-09-10 00:51:09 +10:00
parent 4047ea5b9b
commit badf9f7741
4 changed files with 39 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
package sydney.cheng.entity;
package sydney.cheng.microservice.commons.entity;
import jakarta.persistence.*;
import lombok.AllArgsConstructor;