Добавил репозиторий, реализовал добавление, вывод и фильтрацию сообщений.

https://www.youtube.com/watch?v=nyFLX3q3poY&list=PLU2ftbIeotGoGSEUf54LQH-DgiQPF2XRO&index=3
This commit is contained in:
Leonid
2025-02-02 22:00:00 +03:00
parent 710e41ba6a
commit a44391dcf7
7 changed files with 146 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
spring.jpa.hibernate.ddl-auto = update
spring.datasource.url=jdbc:postgresql://localhost:5454/sweater_db
spring.datasource.username=user
spring.datasource.password=123456
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.show-sql: true