From f0001c5c8d8a33729b93d8d6e10d3af40bfabed6 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 13 Jun 2026 21:03:31 +0530 Subject: Added sample application 09-spring-security-db-authentication --- .../09-spring-security-db-authentication/pom.xml | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 spring-boot/09-spring-security-db-authentication/pom.xml (limited to 'spring-boot/09-spring-security-db-authentication/pom.xml') diff --git a/spring-boot/09-spring-security-db-authentication/pom.xml b/spring-boot/09-spring-security-db-authentication/pom.xml new file mode 100644 index 0000000..96e4a92 --- /dev/null +++ b/spring-boot/09-spring-security-db-authentication/pom.xml @@ -0,0 +1,68 @@ + + + 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-starter-data-jpa + + + + org.postgresql + postgresql + 42.7.11 + + + + + org.bouncycastle + bcprov-jdk18on + 1.84 + + + + + org.springframework.boot + spring-boot-devtools + true + + + + + \ No newline at end of file -- cgit v1.2.3