07 2021 档案

摘要:<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ 阅读全文
posted @ 2021-07-11 17:35 小孔和小6 阅读(86) 评论(0) 推荐(0)
摘要:<dependencies> <!--Junit--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> </dependency> <!--数据库驱动--> <d 阅读全文
posted @ 2021-07-11 17:31 小孔和小6 阅读(117) 评论(0) 推荐(0)
摘要:@Data ( set、get、tostring )@AllArgsConstructor ( 有参构造 )@NoArgsConstructor ( 无参构造 ) 阅读全文
posted @ 2021-07-11 17:29 小孔和小6 阅读(824) 评论(0) 推荐(0)
摘要:SSM--整合步骤 1. 新建数据库及表 2. 新建 Maven 项目 , 导入 pom 依赖 3. 基本架构(dao、service、pojo、controller) (mybatis) 4. 配置文件(resource 下) mybatis 配置文件 mybatis - config.xml s 阅读全文
posted @ 2021-07-11 17:27 小孔和小6 阅读(36) 评论(0) 推荐(0)