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