In a spring boot application I see a domain
folder which includes EntityName
, EntityNameSomeDetails
, SomeEntityNameResponse
, etc. I am not finding a proper documentation about this sort of architecture.
here is an example if domain folder that I am not clear what is the purpose of its each file. What classes I have to write there? What methods and variables I have to keep there, etc.