From 233f75c561d119cf4103343bd5df4faef81ac5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 24 May 2023 15:33:21 -0600 Subject: First simple Get Request. Returns a string with a "GET" request and on the page "/greet". --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/main/resources/application.yml (limited to 'src/main/resources') diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml new file mode 100644 index 0000000..afef73d --- /dev/null +++ b/src/main/resources/application.yml @@ -0,0 +1,2 @@ +server: + port: 9090 \ No newline at end of file -- cgit v1.2.3