web前端页面展示是如何实现的
1个回答
2018-06-07 · 百度知道合伙人官方认证企业
关注
展开全部
使用freemarker是最方便的
添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
然后直接在src\main\resources\templates,写.ftl文件作为前端页面就行了
添加依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-freemarker</artifactId>
</dependency>
然后直接在src\main\resources\templates,写.ftl文件作为前端页面就行了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |