您将需要创建ng应用并将其放置在spring-boot文件夹中
1. Create a public folder under resources in your spring-boot project2. ng build --prod, type this command on you angular project which will create a dist folder under your angular project directory3. copy files from you dist folder and place it in public folder under resources of your spring-boot project.
这将帮助您在spring-boot下运行angular-app。
然后点击http:// localhost:8080 /
adminisitration,它应该可以正常工作



