D. Entity, mapping, service and repository
Git Link
In this section we create the services, database entity and repository.
ArchitecturePackage configuration
- com.java.spring.service : For spring service
- com.java.spring.repository : For repository, access to DB (DAO)
- com.java.spring.repository.entity : for mapping POJO and DB Table.
- com.java.spring.controller : REST Controller for the job
Comments
Post a Comment