Changes the Project Name to com.hideyoshi.auth

From now onward this project with be only for authentication of users of the Hideyoshi.com project. All other APIs and MicroServices will use this project to validate user identity
This commit is contained in:
2024-02-24 02:48:01 -03:00
parent e1ec1b2068
commit cc5c5cf755
58 changed files with 168 additions and 168 deletions

View File

@@ -9,10 +9,10 @@
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.hideyoshi</groupId>
<artifactId>backend-api</artifactId>
<artifactId>auth-api</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>backend-api</name>
<description>Backend API</description>
<name>auth-api</name>
<description>Auth API for the Hideyoshi.com Project</description>
<properties>
<java.version>17</java.version>
</properties>