| 
									
										
										
										
											2023-05-20 10:05:43 +02:00
										 |  |  | <project xmlns="http://maven.apache.org/POM/4.0.0" | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  |     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 
					
						
							|  |  |  |     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> | 
					
						
							| 
									
										
										
										
											2023-05-20 10:05:43 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  |     <modelVersion>4.0.0</modelVersion> | 
					
						
							| 
									
										
										
										
											2023-05-20 10:05:43 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  |     <groupId>com.baeldung.spring-thymeleaf-attributes</groupId> | 
					
						
							| 
									
										
										
										
											2023-06-25 14:23:03 +03:00
										 |  |  |     <artifactId>spring-thymeleaf-attributes</artifactId> | 
					
						
							| 
									
										
										
										
											2023-05-20 10:05:43 +02:00
										 |  |  |     <version>0.0.1-SNAPSHOT</version> | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  |     <packaging>pom</packaging> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <parent> | 
					
						
							|  |  |  |         <groupId>com.baeldung</groupId> | 
					
						
							|  |  |  |         <artifactId>parent-boot-3</artifactId> | 
					
						
							|  |  |  |         <version>0.0.1-SNAPSHOT</version> | 
					
						
							|  |  |  |         <relativePath>../../parent-boot-3</relativePath> | 
					
						
							|  |  |  |     </parent> | 
					
						
							| 
									
										
										
										
											2023-05-20 10:05:43 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  |     <dependencies> | 
					
						
							|  |  |  |         <dependency> | 
					
						
							|  |  |  |             <groupId>org.springframework.boot</groupId> | 
					
						
							|  |  |  |             <artifactId>spring-boot-devtools</artifactId> | 
					
						
							|  |  |  |         </dependency> | 
					
						
							|  |  |  |     </dependencies> | 
					
						
							| 
									
										
										
										
											2023-05-20 10:05:43 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-24 19:37:51 +05:30
										 |  |  |     <modules> | 
					
						
							|  |  |  |         <module>accessing-session-attributes</module> | 
					
						
							|  |  |  |     </modules> | 
					
						
							| 
									
										
										
										
											2023-05-20 10:05:43 +02:00
										 |  |  | </project> |