Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
采用Angular和Thymeleaf前端技术的弹簧靴_Angular_Spring_Spring Boot_Model View Controller_Thymeleaf - Fatal编程技术网

采用Angular和Thymeleaf前端技术的弹簧靴

采用Angular和Thymeleaf前端技术的弹簧靴,angular,spring,spring-boot,model-view-controller,thymeleaf,Angular,Spring,Spring Boot,Model View Controller,Thymeleaf,我想在我的Spring Boot应用程序中混合使用不同的前端技术。例如,如果有人转到“localhost:8080/main”,我想提供用Thymeleaf模板编写的主应用程序。如果有人转到“localhost:8080/user”,我想提供用Angular框架编写的应用程序。任何与“/user/**”模式匹配的请求都应返回angular main index.html。有人知道如何混合技术吗?谢谢你的回答。有趣的问题,我以前从未尝试过,但我肯定会在这个问题上做一些poc,我会回来找你有趣的问题

我想在我的Spring Boot应用程序中混合使用不同的前端技术。例如,如果有人转到“localhost:8080/main”,我想提供用Thymeleaf模板编写的主应用程序。如果有人转到“localhost:8080/user”,我想提供用Angular框架编写的应用程序。任何与“/user/**”模式匹配的请求都应返回angular main index.html。有人知道如何混合技术吗?谢谢你的回答。

有趣的问题,我以前从未尝试过,但我肯定会在这个问题上做一些poc,我会回来找你有趣的问题,我以前从未尝试过,但我肯定会在这个问题上做一些poc,我会回来找你