# springboot-example-he **Repository Path**: zerohek/springboot-example-he ## Basic Information - **Project Name**: springboot-example-he - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-14 - **Last Updated**: 2024-09-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Springboot-example-he ## Overview Web系统框架,基于Springboot/springCloud框架的后端微服务架构 ## Specific technologies - 基于spring-data-jdbc的半自动面向对象持久化技术 - 基于关系型数据库mysql开发技术 ## Development Environment - Intellij IDEA Ultimate - [OpenJDK 21](https://www.oracle.com/cn/java/technologies/downloads/) - Springboot^3.3.3 - Mysql ^8.0 ## Examples **该项目有若干子项目模块组成** - /jdbc-examples ## Resources [Spring Boot](https://springdoc.cn/spring-boot/) ## Update 2024-09-14 持久化实验,创建项目,添加jdbc框架以及sql driver等依赖,创建配置文件,添加数据源,以及相关数据表,编写对应do类,以及repository等组件,注入,并执行增啥改查