add angular material project as embedded in spring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user