Skip to content

d4nilpzz/repossify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAS Logo

Repossify

Repossify is a Maven repository designed for the efficient management, storage, and distribution of Java artifacts. The backend is fully implemented in Java, ensuring robustness, scalability, and full compatibility with the standard Maven ecosystem.


{AA134C8B-A447-4E9B-8906-44B440355061}

Setup

Follow the steps below to configure and run the project.

Prerequisites

Before getting started, ensure you have the following installed:

  • Java Development Kit (JDK) 21

To start with the setup you have to donwload the latest version of repossify, you will find it in releases and donwload the last one.

Once you have the jar file place it in the folder you want to create the project.

To setup the files, database (SQLite) & config files execute this command.

java -jar .\repossify-1.0.0.jar --init

Once finished you can run the aplication with this command.

java -jar .\repossify-1.0.0.jar

The default configuration for running the aplication is:

  • PORT ➜ 8080
  • HOSTNAME ➜ 127.0.0.1

If you want to see all the params you have open the docs


CHECK THE DOCS FOR MORE INFO HERE

About

Repossify is a Maven repository designed for the efficient management, storage, and distribution of Java artifacts. The backend is fully implemented in Java, ensuring robustness, scalability, and full compatibility with the standard Maven ecosystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors