add angular material project as embedded in spring

This commit is contained in:
liosha84
2025-06-14 23:25:50 +03:00
parent 5d0a701474
commit 4c8d1e965b
8 changed files with 109 additions and 1 deletions
@@ -15,3 +15,12 @@ app.jwtSecret= ======================spring=back====================
app.jwtExpirationMs= 30000
app.jwtCookieName=springangularts
app.origin=http://localhost:4200
spring.mvc.throw-exception-if-no-handler-found=true
# Disable the default mappings
spring.resources.add-mappings=false
spring.resources.static-locations=classpath:/public
spring.resources.cache.period=31557600s # 1 year if you want
spa.default-file=classpath:/public/browser/index.html