好吧,我需要使用sql server开发一个Web应用程序,因此我选择了spring boot Framework,但是问题是我可以在前端和后端同时使用此框架吗。
如果没有,为什么?以及要添加的技术?
如果您能在springBoot中帮助我进行应用程序演示或教程
答案 0 :(得分:0)
是的。该文档完全涵盖了这一点,请查看Spring Boot文档的WebMVC部分:https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-spring-mvc
开箱即用,它支持多个模板引擎,如果我正在做一个多合一的应用程序,我更喜欢Thymeleaf。这是将Spring Boot与Thymeleaf一起使用的一个很好的演示:https://spring.io/guides/gs/serving-web-content/。
此外,如果您决定使用此功能,请阅读https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html上有关Thymeleaf的文档,它是一个功能强大的模板引擎,并具有许多功能。