https://github.com/refret28/automobile-portal
https://github.com/refret28/automobile-portal
maven spring-boot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/refret28/automobile-portal
- Owner: Refret28
- Created: 2025-03-14T17:47:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-21T23:12:41.000Z (about 1 year ago)
- Last Synced: 2025-03-21T23:30:18.828Z (about 1 year ago)
- Topics: maven, spring-boot
- Language: CSS
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Подключение к базе данных
Чтобы подключиться к базе данных, необходимо заменить эти параметры подключения на фактические значения в файле `application.properties`:
```properties
spring.datasource.url=jdbc:postgresql://localhost:5432/your_database
spring.datasource.username=your_username
spring.datasource.password=your_password
```