已采纳回答 / 廖师兄
                                
                                                            可以先新建一个工程在工程的pom.xml文件里建一个<modules>    <module>my-model-1</module></modules>这时候idea会提示你的,点击提示会创建一个新的model以后spring-cloud实战课也会说这一点的
                            
                        
                        2017-01-05
                
            
                                最新回答 / 懒虫不会学习
                                
                                                            在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
                
            
                                已采纳回答 / 廖师兄
                                
                                                            看看数据库里是不是就是问号新建数据库的时候编码要选择utf8mb4配置文件里这样写url: jdbc:mysql://127.0.0.1:3306/dbgirl?characterEncoding=utf-8
                            
                        
                        2016-12-29
                
             
             
        













