Skip to content

This example API written with Spring Boot and uses Swagger

Notifications You must be signed in to change notification settings

enesthedev/spring-jpa-api-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spring Boot JPA API Example

This example API for Final exam of Java 401 lesson given by Serkan İŞLEYEN.

Requirements

  • Java 11+
  • Maven
  • Database

Install Instructions

  • Clone the package
  • Sync maven packages
  • Build and run anywhere

Directory Structure

This project based on MVC pattern. You can find out all of config, controllers, dtos, entities, repositories, services and utils at src/main/java/com/enesthedev/example folder.

Futures

  • AA+ Arthitecture
  • JPA support
  • Swagger integration
  • One entity example

Cons

  • No tests

About

This example API written with Spring Boot and uses Swagger

Topics

Resources

Stars

Watchers

Forks