Skip to content

miteOrhanPractice/BasicSpringBootProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

BasicSpringBootProject

A Spring Boot project developed via Java language.

Note that:

  • Gradle is used for this project.
  • JDK 17 is used.
  • Lombok Java annotation library is used.
  • Postgresql and its driver with dependency is used for database connection.
  • Spring Boot version is: 2.7.4
  • Port: 9090 is used to map
  • Database name: KariyerDB

Briefly, this is an basic job application program which consists of User, Job and Application entities and its basic operations. MVC and CRUD are used during development.

Example url usage: http://localhost:9090/kullanici/findall

For any question, feel free to contact via: miteorhan@gmail.com

About

A Spring Boot project developed via Java language. Check README file for details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages