Skip to content

Commit d266298

Browse files
author
Vadym Kazulkin
committed
improved readme
1 parent 4627975 commit d266298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot-3.2-docker-image-with-crac/src/main/java/software/amazonaws/example/product/handler/GetProductByIdHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ public class GetProductByIdHandler implements Function<APIGatewayProxyRequestEve
3636

3737
public APIGatewayProxyResponseEvent apply(APIGatewayProxyRequestEvent requestEvent) {
3838

39+
/*
3940
Path filePath = Path.of("/mnt/msg/crac/dump4.log");
4041
try {
4142
String content = Files.readString(filePath);
4243
logger.info("crac dump" +content);
4344
} catch (IOException e) {
4445
logger.info("error reading dmup" +e.getMessage());
4546
}
46-
47+
*/
4748
Properties prop = System.getProperties();
4849
logger.info ("JVM Vendor : " + prop.getProperty("java.vendor") );
4950
String id = requestEvent.getPathParameters().get("id");

0 commit comments

Comments
 (0)