# simple-framework **Repository Path**: sisyphus2016/simple-framework ## Basic Information - **Project Name**: simple-framework - **Description**: 基于Spring Boot构建的开发框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-17 - **Last Updated**: 2024-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-framework ### 项目介绍 基于Spring Boot构建的快速开发框架 ### 环境要求 Java 17 Maven 3.6.3+ ### 模块介绍 #### 核心模块介绍 - simple-starter 集成各模块,进行二次封装 #### 推荐模块介绍 - simple-core 基本公共库 - simple-web-result 返回模型基本封装 - simple-web controller层基本封装 - simple-data 持久化层的抽象 - simple-jpa 基于spring-data-jpa对simple-data的实现 - simple-mongo 基于spring-data-mongo对simple-data的实现 - simple-auth-jwt 基于jwt的auth机制 #### 使用案例 - simple-demo simple-starter示例项目 #### 其余模块 - simple-html-parser 基于Jsoup封装的HTML解析工具