web
胡润土
这个作者很懒,什么都没留下…
展开
-
基于springboot 之jsp章节
通过springboot搭建web项目 1、准备工作有:jdk1.7 +,eclipse,maven 等等 2、通过spring boot 官网build基于web的一个简单demo 或者自己手动新建maven项目 地址:https://start.spring.io/ 截图如下: 3、将下载好的demo导入到eclipse中; 4、在pom.xml中引入jsp编辑器相关包依原创 2017-08-21 15:46:13 · 225 阅读 · 0 评论 -
springboot之thymeleaf模板引擎章节
1、根据上章步骤构建web项目; 2、在pom.xml配置文件中添加thymeleaf依赖包 org.springframework.boot spring-boot-starter-thymeleaf 3、在application.properties文件中配置thymeleaf的相关信息 spri原创 2017-08-21 17:06:32 · 284 阅读 · 0 评论