We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ed353 commit bc59a69Copy full SHA for bc59a69
.github/workflows/catalog-service.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Setup Java 21
23
uses: actions/setup-java@v4
24
with:
25
+ distribution: 'temurin'
26
java-version: '21'
27
cache: 'maven'
28
catalog-service/src/main/resources/application.properties
@@ -7,4 +7,3 @@ management.info.git.mode=full
7
spring.datasource.url=${DB_URL:jdbc:postgresql://localhost:15432/postgres}
8
spring.datasource.username=${DB_USERNAME:postgres}
9
spring.datasource.password=${DB_PASSWORD:postgres}
10
-#### dummy comment ####
0 commit comments