summaryrefslogtreecommitdiff
path: root/spring-boot/10-role-based-security
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-06-21 22:17:43 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-06-21 22:17:43 +0530
commit65b05bc4932520ca2e31de92e3dc7a347b3b4968 (patch)
tree0e9a584da938b0d4487c25681411051d74cf2080 /spring-boot/10-role-based-security
parentba66ba20fc6d3662c4db36cdc9110d9037d36a22 (diff)
Spring boot sample project artifact id fix
Diffstat (limited to 'spring-boot/10-role-based-security')
-rw-r--r--spring-boot/10-role-based-security/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spring-boot/10-role-based-security/pom.xml b/spring-boot/10-role-based-security/pom.xml
index 96e4a92..4fc8204 100644
--- a/spring-boot/10-role-based-security/pom.xml
+++ b/spring-boot/10-role-based-security/pom.xml
@@ -11,7 +11,7 @@
<relativePath>../00-config</relativePath>
</parent>
- <artifactId>thymeleaf-common-theme</artifactId>
+ <artifactId>role-based-security</artifactId>
<dependencies>
<dependency>
@@ -65,4 +65,4 @@
</dependencies>
-</project> \ No newline at end of file
+</project>