# api-server **Repository Path**: ovenJava/api-server ## Basic Information - **Project Name**: api-server - **Description**: 使用SpringBoot2.x+Mybatis构建,纯提供接口访问的服务,不包括页面。 - **Primary Language**: Java - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-12-24 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # api-server #### 介绍 使用SpringBoot2.x+Mybatis构建,纯提供接口访问的服务,不包括页面。 #### 软件架构 1.使用tk.mybatis执行单表操作,不关联查询,通过简单的增删改查实现内容; 2.接口认证使用自定义JWT实现; 3.兼容分布式部署的业务逻辑处理,包括事务等; 4.开发规范严格遵照阿里巴巴开发规范,安装插件检测; 5.前端对接SPA页面。