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
+ [![IMAGE ALT TEXT HERE](https://github.com/TakiRahal/angular-sonarqube/blob/main/src/assets/demo.png)](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-ce4rglen6mpj84160mkg-a.oregon-postgres.render.com:5432/database_render_spring_boot
8
- spring.datasource.username=database_render_spring_boot_user
9
- spring.datasource.password=Ff1Bx4gjHlmNWIGDxpNxDFVabcDC52Yv
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