From aa122113ade36f02dc8fdbebdf1232b5c4b8742c Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Fri, 3 Jul 2026 19:02:36 +0530 Subject: Microservice sample projects --- .../src/main/resources/templates/error.html | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 microservices/01-oauth2-server/src/main/resources/templates/error.html (limited to 'microservices/01-oauth2-server/src/main/resources/templates/error.html') diff --git a/microservices/01-oauth2-server/src/main/resources/templates/error.html b/microservices/01-oauth2-server/src/main/resources/templates/error.html new file mode 100644 index 0000000..f97dc77 --- /dev/null +++ b/microservices/01-oauth2-server/src/main/resources/templates/error.html @@ -0,0 +1,26 @@ + + + + + An Error Occurred + + + +

Something went wrong!

+

Status: 500

+

Error: Internal Server Error

+

Message: Unexpected error

+

Path: /

+ + Back to Home + +
+
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3