为了账号安全,请及时绑定邮箱和手机立即绑定

已采纳回答 / cn_lxf3174584
 Annotation-specified bean name 'helloController' for bean class [com.imooc.HelloController] conflicts with existing, non-compatible bean definition of same name and class [com.imooc.controller.HelloController];报错已经说了,你看看你这两个,名字相同了,com.imooc.HelloControll...

已采纳回答 / mjka5632
int是java基本数据类型,Integer是int的包装类。Integer使用需要被实例化,int不需要(也就是说Integer是对象,int不是)Integer的默认值null,int的默认值为0

讲师回答 / 廖师兄
已经出了! http://coding.imooc.com/class/117.html

已采纳回答 / 未卜先知
配置Tomcat的角色(用户)和密码<tomcat-users>                <role rolename="manager"/>                <role rolename="admin"/>                <user username="admin" password="password" roles="admin,manager"/> <tomcat-users>配置Maven的settin...

讲师回答 / 廖师兄
刚刚上线了  http://coding.imooc.com/class/117.html

已采纳回答 / lyc835
http://blog.csdn.net/personbing/article/details/50677004

讲师回答 / 廖师兄
已出   http://coding.imooc.com/class/117.html

已采纳回答 / 慕哥9340639
spring boot 固定返回是json格式 ,其实现在更多也是使用json 格式 实现前后端分离 

讲师回答 / 廖师兄
已经上线   http://coding.imooc.com/class/117.html

已采纳回答 / 迷途知返的妖精3615355
增强型控制器,对于控制器的全局配置放在同一个位置

已采纳回答 / Take_It_Easy
这个你得先明白*的意思,* 是所有的你这个只是拦截controller包下的controller

最赞回答 / 慕娘947642
这个问题困扰了我好几天,终于搞定了,记录一下,只要在配置文件中增加数据库方言即可:
#指定数据库方言
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.SQLServerDialect
注意:我这里...
课程须知
没有基础的同学建议先学习前置课程 《2小时学习Spring Boot》 http://www.imooc.com/learn/767, 代码示例请参考 https://git.oschina.net/liaoshixiong/girl
老师告诉你能学到什么?
Spring Boot针对Web方面的相关技巧

微信扫码,参与3人拼团

微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号

友情提示:

您好,此课程属于迁移课程,您已购买该课程,无需重复购买,感谢您对慕课网的支持!

本次提问将花费2个积分

你的积分不足,无法发表

为什么扣积分?

本次提问将花费2个积分

继续发表请点击 "确定"

为什么扣积分?

举报

0/150
提交
取消