Skip to content

Library11 : Web Spring Boot Project Thyemleaf Security Password BCrypt

Albert edited this page Jun 29, 2022 · 16 revisions

Welcome to the cifojava2022-5 wiki!

Library11 : Web Spring Boot Project Thyemleaf-Security Password BCrypt

Base project

  • Base project:
    • Library5 base
    • POM
      • ThymeLeaf dependency
      • DataBase H2: Library2
        • First-time CREATE DDL : First-time CREATE DDL option (after that UPDATE) in application.properties
        • Application.properties

New tools

  • Let's encrypt password: bcrypt

  • Securing a Web Application

  • POM dependency

       <dependency>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-starter-security</artifactId>
       </dependency>
       <dependency>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-test</artifactId>
         <scope>test</scope>
      </dependency>  
    

Versions

Clone this wiki locally