Skip to content

denilsonssj/personapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Person API

Getting started

Installation

Clone the repository

$ git clone https://github.com/denilsonssj/personapi

Prerequisites

First, make sure you use JDK version 11 or higher. You can download this version at this link.

After, create file application.properties in location src/main/resources/ and copy with the values below and replace him.

spring.datasource.url: jdbc:postgresql://127.0.0.1:5432/personapi
spring.datasource.username: postgres
spring.datasource.password: postgres
spring.jpa.database-platform: org.hibernate.dialect.PostgreSQL94Dialect
spring.jpa.show-sql: false
spring.jpa.hibernate.ddl-auto: update
server.port: 9000

Installing dependencies

Now, install all dependencies using maven:

$ ./mvnw install -U clean

Running the application

$ ./mvnw spring-boot:run

Technologies and tools

Testing the application

...

Demo

The demo project can be viewed here.

License

MIT

Releases

No releases published

Packages

No packages published

Languages