Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 2.84 KB

ReadMe.md

File metadata and controls

77 lines (45 loc) · 2.84 KB

Spring Boot Library Project-1

YouTube

  • Simple book inventory application has been developed using Spring Boot, and in addition to the previous project, the entity classes have been written in Kotlin.

This project is based on the Spring Boot project and uses these packages:

Java

Kotlin

PostgreSQL

IntellijIDEA

Maven

Spring Boot

Mapstruct

Insomnia

Open API


Installation

  • The project is created with Maven, so you just need to import it to your IDE and build the project to resolve the dependencies

Database configuration

  • Create a PostgreSQL database with the name springboot_library_project_1 and add the credentials to /resources/application.yml

The default ones are :

spring:
  datasource:
    url: jdbc:postgresql://localhost:5432/springboot_library_project_1
    username: postgres
    password: ****

Usage

Run the project through the IDE and head out to http://localhost:8080/ or run this command in the command line:

mvn spring-boot:run

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Mehmet Furkan KAYA