Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.16 KB

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.