-
Notifications
You must be signed in to change notification settings - Fork 6
Library11 : Web Spring Boot Project Thyemleaf Security Password BCrypt
Albert edited this page Jun 29, 2022
·
16 revisions
Welcome to the cifojava2022-5 wiki!
- 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
-
Let's encrypt password: bcrypt
-
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>
- version 1.0 : very basic project