From a1f50008a0ffc8c585deb88464362238a8e68ffc Mon Sep 17 00:00:00 2001 From: Benjamin Culkin Date: Sat, 18 May 2024 21:23:40 -0400 Subject: Initial commit --- src/main/webapp/index.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/main/webapp/index.html (limited to 'src/main/webapp/index.html') diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html new file mode 100644 index 0000000..b40d6e9 --- /dev/null +++ b/src/main/webapp/index.html @@ -0,0 +1,39 @@ + + +Welcome to Jakarta EE! + + +

Welcome!

+

+ Welcome to Jakarta EE! This is a very + simple Jakarta EE application generated by the official Eclipse + Starter. It includes a simple "Hello World" RESTful service. +

+

+ +

+

+ The REST end-point is available at rest/hello. + You can supply a name to the end-point using a query parameter like this: rest/hello?name=Jane +

+

Learn more!
+ There are many excellent free resources to learn Jakarta EE! The following are some that you should begin exploring alongside the starter. +

+

+

+ We hope you enjoy your Jakarta EE journey! +

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