From e51834c899ff20781295410961934eb06239385c Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 16 May 2026 21:18:32 +0530 Subject: Added spring-boot sample applications --- .../src/main/resources/templates/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 spring-boot/05-bank-rest-client/src/main/resources/templates/index.html (limited to 'spring-boot/05-bank-rest-client/src/main/resources/templates/index.html') diff --git a/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html b/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html new file mode 100644 index 0000000..f30a2c0 --- /dev/null +++ b/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html @@ -0,0 +1,16 @@ + + + + + Check Account Balance + + + + + +Access /acc + + + + + -- cgit v1.2.3