Disable Cache for template. This improves the workflow
This commit is contained in:
		
							
								
								
									
										10
									
								
								prototype/src/main/resources/application.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								prototype/src/main/resources/application.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					spring:
 | 
				
			||||||
 | 
					    # Templates reloading during development
 | 
				
			||||||
 | 
					    thymeleaf:
 | 
				
			||||||
 | 
					        prefix: file:src/main/resources/templates/
 | 
				
			||||||
 | 
					        cache: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # Static resources reloading during development
 | 
				
			||||||
 | 
					    resources:
 | 
				
			||||||
 | 
					      static-locations: file:src/main/resources/static/
 | 
				
			||||||
 | 
					      cache: false
 | 
				
			||||||
		Reference in New Issue
	
	Block a user