We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315b41e commit 62363e7Copy full SHA for 62363e7
.github/workflows/ci.yaml
@@ -30,7 +30,6 @@ jobs:
30
~/.m2/repository
31
!~/.m2/repository/com/gituhb/daggerok
32
key: ${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
33
- - uses: actions/setup-node@v2
34
- uses: actions/setup-java@v1
35
with:
36
java-version: ${{ env.JAVA_VERSION }}
ping/pom.xml
@@ -41,7 +41,7 @@
41
<groupId>org.springframework.boot</groupId>
42
<artifactId>spring-boot-maven-plugin</artifactId>
43
<configuration>
44
- <jmxPort>9004</jmxPort>
+ <jmxPort>9006</jmxPort>
45
</configuration>
46
</plugin>
47
</plugins>
ping/src/main/resources/application.yaml
@@ -29,4 +29,4 @@ management:
29
enabled: true
show-details: always
server:
- port: 8084
+ port: 8086
0 commit comments