From 540e87abd261e10fc1b80829f5a8f6cdddc7ba67 Mon Sep 17 00:00:00 2001 From: edizor <113095366+edizor@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:11:28 +0800 Subject: [PATCH] Create README.md [skip ci] --- .../accessing-session-attributes/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/README.md diff --git a/spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/README.md b/spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/README.md new file mode 100644 index 0000000000..d7ece5ff7f --- /dev/null +++ b/spring-web-modules/spring-thymeleaf-attributes/accessing-session-attributes/README.md @@ -0,0 +1,2 @@ +## Relevant Articles +- [Accessing Session Attributes in Thymeleaf](https://www.baeldung.com/thymeleaf-accessing-session-attributes)