
IDEA
AYZXX
这个作者很懒,什么都没留下…
展开
-
简单的图书管理系统
1,最近在学习springboot这方面知识,找了一本书看,里面有一个非常简单的图书管理系统,就找了源码,研究了一下,由于本人前端弱渣,就没有添加什么功能。效果展示:登陆页面主页面:图书管理界面:其他界面类似,就不列举;使用工具:IDEA MySql源码下载...原创 2019-05-19 10:12:14 · 1718 阅读 · 1 评论 -
IDEA快捷键的设置与使用说明
之前一直使用eclipse,突然换成IEDA,感觉很不适应,不过看了尚硅谷的视频,感觉很不错,IDEA很强大。IDEA的快捷键与eclipse不太相同,不过尚硅谷将eclipse的快捷键和IDEA进行了整和,使得IDEA也可以使用eclipse中快捷键,很方便。整合过程:点击左上角的 File --> ImportSettings 选中你电脑中的jar包,然后重启IDEA...原创 2019-05-09 17:41:20 · 404 阅读 · 0 评论 -
Correct the classpath of your application so that it contains a single, compatible version of javax.
Description:An attempt was made to call a method that does not exist. The attempt was made from the following location: org.hibernate.cfg.annotations.EntityBinder.processComplementaryTableDefi...原创 2019-05-15 10:06:14 · 50268 阅读 · 14 评论 -
springboot热部署
1,IDEA中,在pom文件添加次依赖,如果修改java文件或者前端页面: Ctrl + F9 即可重新加载修改后的程序。<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</a...原创 2019-05-17 21:40:16 · 259 阅读 · 0 评论