Skip to content

Simple ToDO Maven Application on Spring & PostrgeSQL

Notifications You must be signed in to change notification settings

dimaklepikov/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp

Simple ToDO Maven Application on Spring & PostrgeSQL

Connect Postgres:

  1. Add application.properties file to src/main/java/resources
  2. Add Postgres configuration:
spring.datasource.url=jdbc:postgresql://localhost:5432/tododata
spring.datasource.username=xxxxx
spring.datasource.password=xxxxx
spring.jpa.show-sql=true

## Hibernate Properties
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect

spring.jpa.hibernate.ddl-auto = update

About

Simple ToDO Maven Application on Spring & PostrgeSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published