Skip to content

EvansMutwiri/places_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Set up application.properties

spring.datasource.url=jdbc:postgresql://localhost:5432/places spring.datasource.username=postgres spring.datasource.password=root spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect spring.jpa.hibernate.ddl-auto= update
*Create a database with your custom configuration for username and password.

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Releases

No releases published

Packages

No packages published

Languages