Skip to content

thekiran/springbootkullanici

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages