Skip to content

Commit 5d2bb0d

Browse files
author
jayh-song
committed
springboot sample
1 parent ba3e712 commit 5d2bb0d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# sample-api-docker
2-
You can upload sample image to be used in CDK with this file.
1+
# SpringBoot sample docker
32

43
@RequestMapping(value="/", method=RequestMethod.GET)
5-
@RequestMapping(value="/serviceid/monitoring/v1/ping", method=RequestMethod.GET)
6-
@RequestMapping(value="/apps/monitoring/v1/ping", method=RequestMethod.GET)
4+
@RequestMapping(value="/ping", method=RequestMethod.GET)
5+
@RequestMapping(value="/serviceid/monitoring/v1/ping", method=RequestMethod.GET)

0 commit comments

Comments
 (0)