Skip to content

ctvanzandt42/office-quote-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Office Quote Generator

A CRUD application built with Java that handles quotes from NBC's "The Office".

Technologies used:

  • Java 11
  • PostgreSQL
  • Spring Boot

The following VM Arguments are needed:

   -Dspring.datasource.platform=postgres
   -Dspring.datasource.url=
   -Dspring.datasource.username=
   -Dspring.datasource.password=
   -Dspring.jpa.show-sql=true
   -Dspring.jpa.generate-ddl=true
   -Dspring.jpa.hibernate.ddl-auto=update
   -Dspring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages