Skip to content

douglasjava/locadora-veiculos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto locadora de veiculos

Using MySql

Configurations for Hibernate

Build and run

Configurations

Open file application.properties file contains informations for conections.

Requirements

  • Java 8
  • Maven > 3.0
  • Spring 2.0.3.RELEASE pom.xml

From terminal

Go on the project's root folder, then type:

$ mvn spring-boot:run

From Eclipse (Spring Tool Suite)

Import as Existing Maven Project and run it as Spring Boot App.

Usage