Skip to content

✅ 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

License

Notifications You must be signed in to change notification settings

furkankayam/springboot-library-project-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

✅ 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published