Adds records and repositories for DB tables

This commit is contained in:
2025-12-03 16:07:48 -06:00
parent 29802d8b43
commit 5563c0c774
17 changed files with 236 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ spring.application.name=scavengerhuntapi
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.type.preferred_uuid_jdbc_type=CHAR
spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
spring.datasource.url=${DB_URL}
spring.datasource.username=${DB_USER}