Σaκaλaμ
i can't connect to the database
The program was connect to the database and today without a reason the program crash and i can't connect to the database, in my local database connects without a problem spring:
datasource:
url: DATABASE_URL
username: postgres
password: PGPASSWORD
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: update
show-sql: false
properties:
hibernate:
format_sql: true
database: postgresql
database-platform: org.hibernate.dialect.PostgreSQLDialect
36 replies
Hotel website using spring boot and react that the costumer can upload photos and edit text
Hello, i want to deploy a website for a hotel, for this website the costumer want to edit and change the photos in the website, how im going to make that happen i railway.. I was thinking in the database to have the path of the photos and send to the front - end but i want to have a folder that i can upload photos in railway that is in a specific path to show in the front end.. how im going to do that?
5 replies