Skip to content

Commit fd89e6f

Browse files
committed
docs(springboot openfeign): A fix of example docs.
Fix the example doc to make openfeign app works in mm.py Signed-off-by: lony2003 <zhangke200377@outlook.com>
1 parent 6498a09 commit fd89e6f

File tree

11 files changed

+3
-3
lines changed

11 files changed

+3
-3
lines changed

spring-boot-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ expected_stdout_lines:
2929
background: true
3030
expected_return_code: 143
3131
sleep: 30
32-
timeout_seconds: 45
32+
timeout_seconds: 75
3333
-->
3434
<!-- Timeout for above service must be more than sleep + timeout for the client-->
3535

spring-boot-examples/openfgien-app/pom.xml renamed to spring-boot-examples/openfeign-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>0.15.0-SNAPSHOT</version>
1010
</parent>
1111

12-
<artifactId>openfgien-app</artifactId>
12+
<artifactId>openfeign-app</artifactId>
1313
<name>openfgien-app</name>
1414
<description>Spring Boot, Testcontainers and Dapr Integration Examples :: OpenFeign App</description>
1515

0 commit comments

Comments
 (0)