Skip to content

MertalpTasdelen/SpringBoot101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPRING BOOT 101

This porject is bsic learning for REST api with Spring boot and basic implementation of database CRUD operations.

Why Spring Boot

  • It is very easy to develop Spring Based applications with Java or Groovy.
  • It reduces lots of development time and increases productivity.
  • It avoids writing lots of boilerplate Code, Annotations and XML Configuration.
  • It is very easy to integrate Spring Boot Application with its Spring Ecosystem like Spring JDBC, Spring ORM, Spring Data, Spring Security etc.
  • It follows “Opinionated Defaults Configuration” Approach to reduce Developer effort.

Full article for that topic

Upcomings

For that project all the basics will added this project.

⭐ Continues integration.

⭐ Continues delivery.

⭐ Unit/Integration tests.

⭐ Basic architectural design.(In terms of Clean Code)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages