enabling jsp for fast admin screens that won't clutter the BattlBuilder development

This commit is contained in:
2025-12-08 16:31:25 -05:00
parent 355463cbc3
commit 4522d914e8
12 changed files with 360 additions and 6 deletions

View File

@@ -19,4 +19,8 @@ spring.jpa.show-sql=true
logging.level.org.hibernate.SQL=INFO
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=warn
# JSP Configuration
spring.mvc.view.prefix=/WEB-INF/views/
spring.mvc.view.suffix=.jsp