摘要: IDEA整合SSM框架学习 项目实践及遇到的问题 一、SSM框架整合,项目实践 1.1 依赖导入,pom.xml <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> 阅读全文
posted @ 2021-03-16 18:40 橘子皮儿儿 阅读(78) 评论(0) 推荐(0)
摘要: 报错信息: Unable to parse template "Class" Error message: Selected class file name 'JdbcTempController.java' mapped to not java file type 'Files supported 阅读全文
posted @ 2020-10-27 19:48 橘子皮儿儿 阅读(499) 评论(0) 推荐(0)
摘要: IDEA的默认设置为 'Hide Empty Middle Package',意为:“隐藏空中间包”。我们将该选项取消勾选,会出现我们新建的空包。 但是,取消勾选之后可能不会直接显示为我们想要的的树状结构。 我的设置如下: 阅读全文
posted @ 2020-10-27 19:46 橘子皮儿儿 阅读(551) 评论(0) 推荐(0)
摘要: 尝试1: 将IDEA中所有的编码格式设置为UTF-8; 阅读全文
posted @ 2020-10-27 19:31 橘子皮儿儿 阅读(564) 评论(0) 推荐(0)
摘要: 1.导入 devtools 依赖 1 <dependency> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-devtools</artifactId> 4 <!-- optional=true, 依赖 阅读全文
posted @ 2020-10-27 19:18 橘子皮儿儿 阅读(125) 评论(0) 推荐(0)