Merge branch 'main' into endpoints

This commit is contained in:
Alexis Leboeuf
2026-01-05 12:51:08 +01:00
3 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
package hackathon.FrisbYEE.rest;
public class ActiviteResources {
}

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