# api-interface **Repository Path**: SimpleCnst/api-interface ## Basic Information - **Project Name**: api-interface - **Description**: Spring Boot 1.5.6.RELEASE + Mybatis3.3.1 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # api-interface #项目使用Spring Boot 1.5.6.RELEASE + Mybatis3.3.1 #项目集成了Mybatis分页插件和通用Mapper插件 #项目使用的mysql数据库 #Dockerfile 使用命令 1、构建 docker build -t reg.simplecnst.com/api-interface . 2、启动 -p 宿主机端口:容器端口 docker run -p 21080:8080 -t reg.simplecnst.com/api-interface