Mise en ligne de la version 0.2.0
This commit is contained in:
10
core/src/test/resources/application.properties
Normal file
10
core/src/test/resources/application.properties
Normal file
@@ -0,0 +1,10 @@
|
||||
# Configuration de test avec PostgreSQL
|
||||
spring.datasource.url=${SPRING_DATASOURCE_URL:jdbc:postgresql://localhost:5432/loremind_test}
|
||||
spring.datasource.username=${SPRING_DATASOURCE_USERNAME:}
|
||||
spring.datasource.password=${SPRING_DATASOURCE_PASSWORD:}
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
|
||||
# Configuration JPA pour les tests
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||
spring.jpa.hibernate.ddl-auto=create-drop
|
||||
spring.jpa.show-sql=true
|
||||
Reference in New Issue
Block a user