From 14c59e621ccb309e92e7ffd7fd155c6727850c9b Mon Sep 17 00:00:00 2001 From: Amit Kumar Nandi <11887616+aamitn@users.noreply.github.com> Date: Tue, 20 Feb 2024 02:59:08 +0530 Subject: [PATCH] final pom changes --- .../shortener/UrlShortenerApplication.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/java/com/bitmutex/shortener/UrlShortenerApplication.java b/src/main/java/com/bitmutex/shortener/UrlShortenerApplication.java index a74f75a..b23b95b 100644 --- a/src/main/java/com/bitmutex/shortener/UrlShortenerApplication.java +++ b/src/main/java/com/bitmutex/shortener/UrlShortenerApplication.java @@ -1,3 +1,18 @@ +/** + * @file gateway.php + * @brief Url Shortener Application + * Github Repository : https://github.com/aamitn/URLShortener + * JAVA 21 / Spring Boot 3 + * + * @author Amit Kumar Nandi (Bitmutex Technologies) + * @version 1.0.5 + * @date 2023-03-30 + * @since 2022-09-10 + * @copyright (c) 2023-2024 Bitmutex Technologies + * @copyright GNU Lesser General Public License + * + *********************************************************************/ + package com.bitmutex.shortener; import org.springframework.boot.SpringApplication;