2022-12-09 13:35:09 -05:00
|
|
|
## Spring Security Web Springdoc
|
|
|
|
|
|
|
|
This module contains articles about Springdoc with Spring Security
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2022-12-15 03:31:55 -05:00
|
|
|
- [Form Login and Basic Authentication in springdoc-openapi](https://www.baeldung.com/springdoc-openapi-form-login-and-basic-authentication)
|
2022-12-09 13:35:09 -05:00
|
|
|
|
|
|
|
### Running This Project:
|
|
|
|
|
|
|
|
To run the projects use the commands:
|
|
|
|
- `mvn spring-boot:run -Dstart-class=com.baeldung.basicauth.SpringBootSpringdocBasicAuth`
|
|
|
|
- `mvn spring-boot:run -Dstart-class=com.baeldung.formlogin.SpringBootSpringdocFormLogin`
|
|
|
|
|