已采納回答 / 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];報(bào)錯(cuò)已經(jīng)說了,你看看你這兩個(gè),名字相同了,com.imooc.HelloControll...
2017-07-26
已采納回答 / mjka5632
int是java基本數(shù)據(jù)類型,Integer是int的包裝類。Integer使用需要被實(shí)例化,int不需要(也就是說Integer是對(duì)象,int不是)Integer的默認(rèn)值null,int的默認(rèn)值為0
2017-07-11
已采納回答 / 未卜先知
配置Tomcat的角色(用戶)和密碼<tomcat-users>? ? ? ? ? ? ? ? <role rolename="manager"/>? ? ? ? ? ? ? ? <role rolename="admin"/>? ? ? ? ? ? ? ? <user username="admin" password="password" roles="admin,manager"/>?<tomcat-users>配置Maven的settin...
2017-05-25
已采納回答 / 慕哥9340639
spring boot 固定返回是json格式 ,其實(shí)現(xiàn)在更多也是使用json 格式 實(shí)現(xiàn)前后端分離?
2017-05-12
最贊回答 / 慕娘947642
這個(gè)問題困擾了我好幾天,終于搞定了,記錄一下,只要在配置文件中增加數(shù)據(jù)庫方言即可:
#指定數(shù)據(jù)庫方言 spring.jpa.properties.hibernate.dialect?=?org.hibernate.dialect.SQLServerDialect注意:我這里...
2017-04-16