Skip to content

Commit 62363e7

Browse files
author
Kostromin, Maksim
committed
buenas those-things. (C) whatthecommit.com
1 parent 315b41e commit 62363e7

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
~/.m2/repository
3131
!~/.m2/repository/com/gituhb/daggerok
3232
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
33-
- uses: actions/setup-node@v2
3433
- uses: actions/setup-java@v1
3534
with:
3635
java-version: ${{ env.JAVA_VERSION }}

ping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-maven-plugin</artifactId>
4343
<configuration>
44-
<jmxPort>9004</jmxPort>
44+
<jmxPort>9006</jmxPort>
4545
</configuration>
4646
</plugin>
4747
</plugins>

ping/src/main/resources/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ management:
2929
enabled: true
3030
show-details: always
3131
server:
32-
port: 8084
32+
port: 8086

0 commit comments

Comments
 (0)