03 2018 档案
摘要:项目结构 idea创建gradle工程缺失web.xml解决方法:在project structer中点击facet选项然后选择web工程,点击最右边+号添加web.xml,修改路径 1.2.3. build.gradle文件 需要添加什么jar文件直接去http://mvnrepository.c
阅读全文
摘要:Integer可用作对象,而int不可,因此List<Integer>可行,而List<int>错误
阅读全文
摘要:hibernate,spring,mysql,jdbccompile 'org.hibernate:hibernate-core:5.2.15.Final'compile 'org.springframework:spring-context:5.0.4.RELEASE'compile group: 'mysql', name: 'mysql-connector-java', version: '...
阅读全文