Skip to content

snaquekiller/dofus_ladder

Repository files navigation

Dofus Scrapping

Documentation :

Creation of password

Jshell idea:

import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
System.out.println(new BCryptPasswordEncoder().encode("test"));

Show update possible

mvn versions:display-dependency-updates

Structure :

  • Dofus-data : (library) it's service contain only schema of database. and the persitent service.
  • Dofus Service :(library) it's contains all sql request and service that can be use by different service ( like mail...)
  • Dofus-api :(software) it's only for the web site and all what need to be run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages