- https://www.ibm.com/developerworks/xml/tutorials/x-epubtut/index.html
- https://react-bootstrap.github.io/getting-started/introduction/
- https://v4-alpha.getbootstrap.com/components/forms/
- https://www.baeldung.com/get-user-in-spring-security
- https://dzone.com/articles/secure-spring-rest-with-spring-security-and-oauth2
- Logout
- Forgot Password
Jshell idea:
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
System.out.println(new BCryptPasswordEncoder().encode("test"));
mvn versions:display-dependency-updates
- 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.