Skip to content
Snippets Groups Projects
Commit a5cedb45 authored by Pedro Pablo Cardona Arroyave's avatar Pedro Pablo Cardona Arroyave
Browse files

Name to attribute expiration_date was fixed

parent 5ae26529
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,6 @@ public class Product{ ...@@ -39,6 +39,6 @@ public class Product{
@Column(name = "best_before") @Column(name = "best_before")
int bestBefore; int bestBefore;
@Column(name = "expirationDate") @Column(name = "expiration_date")
int expirationDate; int expirationDate;
} }
...@@ -28,4 +28,7 @@ spring.jpa.hibernate.ddl-auto = update ...@@ -28,4 +28,7 @@ spring.jpa.hibernate.ddl-auto = update
# Run spring boot locally/network-wide # Run spring boot locally/network-wide
# Uncomment to run network-wide. # Uncomment to run network-wide.
#server.address=0.0.0.0 #server.address=0.0.0.0
#server.port=8080 #server.port=8080
\ No newline at end of file
# Kassal.app
# Authorization: Bearer MM4a9dkytHAMlx2APMALVgjCAWH8zzK4gRx94Pay
\ No newline at end of file
...@@ -23,4 +23,12 @@ spring.jpa.hibernate.ddl-auto = update ...@@ -23,4 +23,12 @@ spring.jpa.hibernate.ddl-auto = update
# Password: Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC # Password: Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC
# Internal Database URl (from render): postgres://smartmat_user:Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC@dpg-cgv5710dh87i4q0fd1b0-a/smartmat # Internal Database URl (from render): postgres://smartmat_user:Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC@dpg-cgv5710dh87i4q0fd1b0-a/smartmat
# External Database URL: postgres://smartmat_user:Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC@dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com/smartmat # External Database URL: postgres://smartmat_user:Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC@dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com/smartmat
# PSQL Command: PGPASSWORD=Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC psql -h dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com -U smartmat_user smartmat # PSQL Command: PGPASSWORD=Eyhs1OJxyZC56NQCrV7yAolEk9AkLAsC psql -h dpg-cgv5710dh87i4q0fd1b0-a.frankfurt-postgres.render.com -U smartmat_user smartmat
\ No newline at end of file
# Run spring boot locally/network-wide
# Uncomment to run network-wide.
#server.address=0.0.0.0
#server.port=8080
# Kassal.app
# Authorization: Bearer MM4a9dkytHAMlx2APMALVgjCAWH8zzK4gRx94Pay
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment