Skip to content

Commit bc59a69

Browse files
committed
distribution added
1 parent c6ed353 commit bc59a69

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/catalog-service.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Setup Java 21
2323
uses: actions/setup-java@v4
2424
with:
25+
distribution: 'temurin'
2526
java-version: '21'
2627
cache: 'maven'
2728

catalog-service/src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ management.info.git.mode=full
77
spring.datasource.url=${DB_URL:jdbc:postgresql://localhost:15432/postgres}
88
spring.datasource.username=${DB_USERNAME:postgres}
99
spring.datasource.password=${DB_PASSWORD:postgres}
10-
#### dummy comment ####

0 commit comments

Comments
 (0)