Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 402 Bytes

Just a student application

Uses spring boot java

  • spring.datasource.url=jdbc:postgresql://localhost:5432/student
  • spring.datasource.username=postgres
  • spring.datasource.password=postgres
  • spring.jpa.hibernate.ddl-auto=create-drop
  • spring.jpa.show-sql=true
  • spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  • spring.jpa.properties.hibernate.format_sql=true