abkaytan / FindCourse

study app to request course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Main Topics

  • Java 17
  • Spring Framework
  • Spring Boot
  • Spring MVC
  • Spring Data
  • Spring Rest (http status)
  • Spring Security

System Login

Register Login (username+password) Authorization(Jwt)


Spring Steps

Spring Framework Spring Boot Spring MVC Spring Data (Jpa Hibernate) Spring Rest ( RestFull ==>Jersey) Spring Security


Reference Documentation


Project Steps

  1. @Bean (ModelMapper)
  2. Dto
  3. BaseEntity (@MappedSuperclass)
  4. EmployeeEntity (@Entity)
  5. EmployeeRepository (@Repository)
  6. EmployeeServices (interface)
  7. EmployeeServiceImpl(@Service)
  8. ResourceNotFoundException(@ResponseStatus)
  9. EmployeeController(@RestController)

Unit Test

  1. TestCrud (interface)
  2. @SpringBootTest

Auditing

  1. AuditorAwareBean
  2. AuditorAwareImpl (implements AuditorAware)
  3. @SpringBootApplication

1. Main Description
   * continue here

About

study app to request course


Languages

Language:Java 99.6%Language:Dockerfile 0.4%