最新回答 / 懒虫不会学习
                                
                                                            在pom.xml中添加一个依赖,<dependency>  		<groupId>org.springframework.boot</groupId>  		<artifactId>spring-boot-starter-thymeleaf</artifactId>	</dependency>Controller中一样的写法,@RequestMapping("/hello/{name}")	public String hello(@P...
                            
                        
                        2017-01-04
                
            
                                最赞回答 / AlwaysYang
                                
                                                            应该是没下载全,第一次需要maven下载到所有的jar包的。idea会比较慢,试试把.m2/setting下面的镜像改成阿里云的,下载起来很快。
                            
                        
                        2016-12-20
                
            
                                讲师回答 / 廖师兄
                                
                                                            推荐不使用视图, 使用Rest Api风格, 采取前后端分离的模式如果非要使用, 建议使用课程中Controller的使用中提到的Thymeleaf,这是spring官方推荐的最不推荐jsp, 古董级别的东西,早过时了
                            
                        
                        2016-12-19
                
             
             
        













