1. 1. Introduction
  2. Architecture
  3. 2. Architecture Générale
  4. 3. Configuration MicroServices
  5. 4. Architecture Détaillée
  6. Compte bancaire
  7. 5. BankAccount
    1. 5.1. Configuration
    2. 5.2. Architecture
    3. 5.3. Domaine
    4. 5.4. Service
      1. 5.4.1. DTO
      2. 5.4.2. Base de données
      3. 5.4.3. Service Métier
    5. 5.5. Contrôleur
    6. 5.6. Tester
  8. Authentification
  9. 6. Authentification
    1. 6.1. Configuration
    2. 6.2. Architecture
    3. 6.3. Domaine
    4. 6.4. Service
      1. 6.4.1. DTO
      2. 6.4.2. Base de données
      3. 6.4.3. Service Métier
    5. 6.5. Sécurité
      1. 6.5.1. Architecture Spring Security
      2. 6.5.2. Implémentation Architecture
      3. 6.5.3. Notion d'utilisateur Spring
      4. 6.5.4. Contrôleur
      5. 6.5.5. Tester
    6. 6.6. Authentification Basic
      1. 6.6.1. SecurityConfig
      2. 6.6.2. Controleur
    7. 6.7. Authentification JWT
      1. 6.7.1. Configuration
      2. 6.7.2. Generer token
      3. 6.7.3. JWTAuthenticationFilter
      4. 6.7.4. Controleur
    8. 6.8. Plusieur AuthenticationProvider
    9. 6.9. Conclusion
  10. Gateway
  11. 7. Gateway
    1. 7.1. Configuration
    2. 7.2. Tester

Créer une application d'entreprise avec Spring