All Packages
| Package | Description |
|---|---|
| com.Server |
com.Server main package project.
|
| com.Server.config |
com.Server.config has configuring class for swagger library.
|
| com.Server.controller |
com.Server.controller has all controller use to support client by http protocol.
|
| com.Server.dto.Request |
com.Server.dto.Request has class use to Request data with server.
|
| com.Server.dto.Response |
com.Server.dto.Response has class use to Response data with server.
|
| com.Server.entiy |
com.Server.model has class with mapped to relation table database by ORM.
|
| com.Server.entiy.enums |
com.Server.entity.enums enums use on entity columns.
|
| com.Server.exception |
com.Server.exception has exception used in case of wrong request.
|
| com.Server.mapper |
com.Server.mapper - interface mapper.
|
| com.Server.mapper.impl |
com.Server.mapper.impl - mapped dto to entity and reverse.
|
| com.Server.repository |
com.Server.repository has Interface which available on access to table database.
|
| com.Server.security |
com.Server.security has class responsible for secure services on server.
|
| com.Server.service |
com.Server.service has service used to services on database table available repository interface.
|
| com.Server.service.impl |
com.Server.service.impl has the class witch implement services interface method.
|