摘要:
Integer可用作对象,而int不可,因此List<Integer>可行,而List<int>错误 阅读全文
posted @ 2018-03-10 09:36
逃跑旅馆
阅读(127)
评论(0)
推荐(0)
摘要:
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: '... 阅读全文
posted @ 2018-03-10 09:33
逃跑旅馆
阅读(188)
评论(0)
推荐(0)