We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb5bd9 commit 1f6f7a6Copy full SHA for 1f6f7a6
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: CI para Spring Boot con Testcontainers
+name: CI para API REST de springboot 3
2
3
on:
4
push:
src/main/resources/application.yml
@@ -5,7 +5,7 @@ spring:
5
virtual:
6
enabled: true
7
datasource:
8
- url: jdbc:postgresql://localhost:5432/postgres
+ url: jdbc:postgresql://${DB_HOST}:${DB_PORT}/${DB_NAME}
9
username: ${DB_USER}
10
password: ${DB_PASSWORD}
11
jpa:
0 commit comments