File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
api-docs/.openapi-generator Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- 87ea85fb832775502806432182623443d99bc017aa849fd75eb5b38032292741
1
+ 829d6aba5455ea9a3b945026351f37b5eb3f1ccb75d31fcb7460da73119811b4
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
9
9
environment :
10
10
- SPRING_DATASOURCE_URL=jdbc:postgresql://db:5432/gamelink
11
11
- SPRING_DATASOURCE_USERNAME=postgres
12
- - SPRING_DATASOURCE_PASSWORD=password
12
+ - SPRING_DATASOURCE_PASSWORD=Juanluis-123
13
13
- SPRING_JPA_HIBERNATE_DLL_AUTO=update
14
14
- SPRING_JPA_SHOW_SQL=true
15
15
restart : on-failure
@@ -21,7 +21,7 @@ services:
21
21
restart : always
22
22
environment :
23
23
- POSTGRES_USER=postgres
24
- - POSTGRES_PASSWORD=password
24
+ - POSTGRES_PASSWORD=Juanluis-123
25
25
- POSTGRES_DB=gamelink
26
26
volumes :
27
27
- ./postgres:/var/lib/postgres
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
10
11
11
spring.datasource.url =jdbc:postgresql://localhost:5432/gamelink
12
12
spring.datasource.username =postgres
13
- spring.datasource.password =password
13
+ spring.datasource.password =Juanluis-123
14
14
spring.jpa.hibernate.ddl-auto =create-drop
15
15
16
16
logging.level.org.springframework.security =DEBUG
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ var pageValueRecommendedGames = 0;
13
13
14
14
15
15
document . addEventListener ( "DOMContentLoaded" , ( ) => {
16
- // Escuchamos el click del botón
17
16
const $boton = document . querySelector ( "#generatePDF" ) ;
18
17
$boton . addEventListener ( "click" , ( ) => {
19
18
const $elementoParaConvertir = document . body ; // <-- Here you can choose any element of the DOM
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
10
11
11
spring.datasource.url =jdbc:postgresql://localhost:5432/gamelink
12
12
spring.datasource.username =postgres
13
- spring.datasource.password =password
13
+ spring.datasource.password =Juanluis-123
14
14
spring.jpa.hibernate.ddl-auto =create-drop
15
15
16
16
logging.level.org.springframework.security =DEBUG
You can’t perform that action at this time.
0 commit comments