Spaces:
Sleeping
Sleeping
Taki Eddine RAHAL
commited on
Commit
·
dfe0a1c
1
Parent(s):
680121a
Add project
Browse files
README.md
CHANGED
@@ -73,3 +73,8 @@
|
|
73 |
|
74 |
|
75 |
### Creat new Web Service app
|
|
|
|
|
|
|
|
|
|
|
|
73 |
|
74 |
|
75 |
### Creat new Web Service app
|
76 |
+
|
77 |
+
|
78 |
+
## DEMO
|
79 |
+
|
80 |
+
[](https://youtu.be/-Ih_ky5HMEA)
|
src/main/resources/application.properties
CHANGED
@@ -4,7 +4,7 @@ spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.PostgreSQLDialec
|
|
4 |
spring.jpa.hibernate.ddl-auto=update
|
5 |
spring.jpa.hibernate.show-sql=true
|
6 |
|
7 |
-
spring.datasource.url=jdbc:postgresql://dpg-
|
8 |
-
spring.datasource.username=
|
9 |
-
spring.datasource.password=
|
10 |
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
|
4 |
spring.jpa.hibernate.ddl-auto=update
|
5 |
spring.jpa.hibernate.show-sql=true
|
6 |
|
7 |
+
spring.datasource.url=jdbc:postgresql://dpg-{custom-url}.render.com:5432/{name_database}
|
8 |
+
spring.datasource.username=your_username
|
9 |
+
spring.datasource.password=your_passeword
|
10 |
spring.datasource.driver-class-name=org.postgresql.Driver
|
src/main/resources/static/spring_boot_render.png
ADDED
![]() |