Angular routing doesn't work after deploy into a Springboot Application
问题 I have build a Springboot Application including Angluar5. I have a gradle build script which loads the angular files into my springboot project.The files are under resources/static of my springboot project. When i start my application the routing of angular is not working anymore and i get Error: Cannot match any routes. URL Segment: 'access' My project structure: I deployed my angular app with following statement: ng build --deploy-url=BeatAcknowledgeTest --op=../backend/src/main/resources