constructor injection instead of field injection

This commit is contained in:
2025-04-18 09:23:13 +02:00
parent e60f959dfb
commit 8fc8473962
3 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
spring.application.name=ArtisanConnectBackend
## PostgreSQL
spring.datasource.url=jdbc:postgresql://192.168.56.103:5432/default_db
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=postgres