src
└── main
└── java
└── com
└── example
└── demo
├── controller
│ └── StudentController.java
│
├── service
│ └── StudentService.java
│
├── repository
│ └── StudentRepository.java
│
├── model
│ └── Student.java
│
├── dto
│ ├── StudentCreateRequest.java
│ ├── StudentUpdateRequest.java
│ ├── StudentResponse.java
│ └── NameResponse.java
│
├── mapper
│ └── StudentMapper.java
│
├── util
│ ├── PhoneMaskUtil.java
│ ├── TcNoMaskUtil.java
│ ├── StudentNormalizeUtil.java
│ └── StudentValidator.java
│
└── exception
└── GlobalExceptionHandler.java
thekiran/springbootkullanici
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|