Added angular app serve and sample api routes

This commit is contained in:
2024-02-02 00:45:32 +01:00
parent d68c89c6a3
commit b34d072a9c
7 changed files with 58 additions and 1 deletions

View File

@ -1 +1,5 @@
# Static path
spring.web.resources.static-locations=classpath:/static/browser/
# Rest API path prefix
spring.data.rest.base-path=/api/v1