最新回答 / 叶叶无双
这个是什么错啊:Error creating bean with name 'org.springframework.boot.autoconfigure.orm.jpa
2017-05-28
最赞回答 / 七七浣
你要在main方法中执行下面的方法 <...code...>而不是启动tomcat,如果运行这个方法启动没有报错,例如端口占用,并且没有配置访问项目的名称的话,那么你访问localhost:8080/index 就能执行到你这个方法了,如果你配置了,就访问localhost:8080/项目名/index
2017-05-27
最赞回答 / silver_lining
YAML 中添加注释的方式是通过 #:#行末评论"symfony 1.0": { PHP: 5.0, Propel: 1.2 } # Comment at the end of a line"symfony 1.2": { PHP: 5.2, Propel: 1.3 }由于注释会被YAML解析器忽略,因此不必刻意对注释进行缩进。
2017-05-18