com.neven.ticTacToeGame |
|
com.neven.ticTacToeGame.controller |
com.neven.ticTacToeGame.controller is a group of controllers witch allow application to serve HTTP requests.
|
com.neven.ticTacToeGame.entity |
com.neven.ticTacToeGame.entity is a group of classes witch contain a lightweight persistence domain objects.
|
com.neven.ticTacToeGame.model |
com.neven.ticTacToeGame.model is a group of classes which is the key objects of the application
|
com.neven.ticTacToeGame.repository |
com.neven.ticTacToeGame.repository is a group of interfaces which extends JpaRepository
interface and is a encapsulating storage for entities of application.
|
com.neven.ticTacToeGame.service |
com.neven.ticTacToeGame.service is a group of classes which uses repositories to provide some business functionalities.
|
com.neven.ticTacToeGame.utils |
com.neven.ticTacToeGame.utils is a group of classes and enums which is helpful in the application but has no
any business logic
|