This commit is contained in:
2025-03-27 09:30:16 +01:00
commit ea52a0060a
10 changed files with 594 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
spring.application.name=ArtisanConnectBackend
## PostgreSQL
spring.datasource.url=jdbc:postgresql://localhost:5432/default_db
spring.datasource.username=postgres
spring.datasource.password=postgres
# create and drop table, good for testing, production set to none or comment it
spring.jpa.hibernate.ddl-auto=create-drop