JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.markvarga21.studentmanager
package
com.markvarga21.studentmanager
A package containing the core application.
Related Packages
Package
Description
com.markvarga21.studentmanager.config
This package contains the necessary configurations for the application.
com.markvarga21.studentmanager.controller
This package contains the controllers of the application.
com.markvarga21.studentmanager.dto
This package contains the DTO's of the application.
com.markvarga21.studentmanager.entity
This package contains the entities of the application.
com.markvarga21.studentmanager.exception
A package containing custom made exceptions.
com.markvarga21.studentmanager.mapping
A package which contains mapping utilities.
com.markvarga21.studentmanager.repository
A package containing the applications repositories.
com.markvarga21.studentmanager.service
A package containing the interfaces for the main services.
com.markvarga21.studentmanager.util
A package which contains utility classes.
Classes
Class
Description
StudentManagerApplication
A class holding the entrypoint of the application.