Adding Docker environment + dependencies

This commit is contained in:
Alexis Leboeuf
2026-01-05 11:46:02 +01:00
parent bf45847ab8
commit 22fce95294
3 changed files with 29 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<url/>
</scm>
<properties>
<java.version>25</java.version>
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>

View File

@@ -1 +1,11 @@
spring.application.name=FrisbYEE
spring.datasource.url=jdbc:postgresql://localhost:5432/frisbyee
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.url=jdbc:postgresql://localhost:5432/frisbyee
spring.datasource.username=frisbyee_user
spring.datasource.password=secret