From 6ae21cd4e51756ea14b43b82a9d500bca9fb8032 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 13 Jun 2026 18:13:59 +0530 Subject: Added 08-spring-security-simple --- spring-boot/08-spring-security-simple/pom.xml | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 spring-boot/08-spring-security-simple/pom.xml (limited to 'spring-boot/08-spring-security-simple/pom.xml') diff --git a/spring-boot/08-spring-security-simple/pom.xml b/spring-boot/08-spring-security-simple/pom.xml new file mode 100644 index 0000000..6a29945 --- /dev/null +++ b/spring-boot/08-spring-security-simple/pom.xml @@ -0,0 +1,50 @@ + + + 4.0.0 + + + com.example.spring.boot + base-config + 0.0.1-SNAPSHOT + ../00-config + + + thymeleaf-common-theme + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + org.springframework.boot + spring-boot-starter-validation + + + + org.springframework.boot + spring-boot-starter-security + + + + + org.thymeleaf.extras + thymeleaf-extras-springsecurity6 + + + + + org.springframework.boot + spring-boot-devtools + true + + + + + \ No newline at end of file -- cgit v1.2.3