Skip to content

Very simple Common project to handle profiles, punishments and every thing related to data used on every plateforms. All data is stored persistently with MongoDB, ensuring reliability and scalability for diverse applications and workloads. All messaging and packet communication is done with Redis.

License

Notifications You must be signed in to change notification settings

UnitedDev/Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentification

Vous pouvez vous authentifier avec GitHub pour Maven en modifiant votre fichier ~/.m2/settings.xml afin d'ajouter votre token personnel. Créez un nouveau fichier ~/.m2/settings.xml s'il n'en existe pas.

Dans la balise servers, ajoutez une balise server avec un id, en remplaçant USERNAME par votre nom d'utilisateur GitHub, et TOKEN par votre token d'accès personnel.

Comment créer un token d'accès personnel ?

Exemple de fichier settings.xml

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
          http://maven.apache.org/xsd/settings-1.0.0.xsd">
  
  <servers>
    <server>
      <id>uniteduhc</id>
      <username>Rhodless</username>
      <password>mon_super_token</password>
    </server>
  </servers>
</settings>

Ajouter le projet en dependency pom.xml

<repository>
  <id>uniteduhc</id>
  <url>https://maven.pkg.github.com/UnitedDev/Common</url>
</repository>
<dependency>
  <groupId>fr.uniteduhc</groupId>
  <artifactId>common</artifactId>
  <version>VERSION</version>
</dependency>

About

Very simple Common project to handle profiles, punishments and every thing related to data used on every plateforms. All data is stored persistently with MongoDB, ensuring reliability and scalability for diverse applications and workloads. All messaging and packet communication is done with Redis.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages