Files
getting-started/spring-boot/csrf/AttackerApplication
ranjanih 06af47eb4b Spring CSRF (#223)
* Initial test commit

* Update UN PWD

* Updates

* Updates

* Updates

* Test updates

* Updates to tests

* Updates to code

* Update README

Co-authored-by: ranjani2412 <53815317+ranjani2412@users.noreply.github.com>
2022-10-21 10:41:40 +11:00
..
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00
2022-10-21 10:41:40 +11:00

A sample Spring Web application

A sample Spring Web application that uses Spring Boot and thymeleaf

Details

  • It uses Spring Boot to create REST endpoints
  • It uses Maven and Java11 to build and run.

How to run

  • Clone this project
  • Use maven command: mvn clean verify spring-boot:run
  • The application should run at http://localhost:8091