Skip to content

walidoujda/OCRProjectJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

OCRProjectJava

spring boot project

Requirements

For building and running the application you need:

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the api\src\main\java\com\rentals\api\ApiApplication.java class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

DATABASE

Install mysql https://dev.mysql.com/doc/refman/8.0/en/installing.html Create rentals database "CREATE DATABASE RENTALS;" Import sql file "ressources\sql\script.sql" (code example : database_name < file.sql)

About

spring boot project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages