final pom changes
This commit is contained in:
parent
4eafd5517b
commit
14c59e621c
1 changed files with 15 additions and 0 deletions
|
@ -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) <amit@bitmutex.com>
|
||||
* @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;
|
||||
|
|
Loading…
Reference in a new issue