Skip to content

atwalg2/simple-java-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java Api

Technology

Language: Java
Framework: Springboot
ORM: Hibernate
DB: Postgresql

Configuration

  > application.properties
  ---------------------------
  ## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
  spring.datasource.url=jdbc:postgresql://localhost:5432/<dbName>
  spring.datasource.username= <username>
  spring.datasource.password= <password>

  # The SQL dialect makes Hibernate generate better SQL for the chosen database
  spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect

  # Hibernate ddl auto (create, create-drop, validate, update)
  spring.jpa.hibernate.ddl-auto = update

Running

Tests

External Dependencies

About

A Simple Api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages