# interfaces-test **Repository Path**: lgr123/interfaces-test ## Basic Information - **Project Name**: interfaces-test - **Description**: 接口测试 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 说明 Boot学习项目 #### 前台启动方式 执行interface-test-web模块中Application类的Main方法,访问http://localhost:8080 #### 后台启动方式 执行interface-test-manage模块中manage-app模块中的Application类的Main方法,访问http://localhost:8080 #### 团队协作 开发时,可以直接使用默认配置,如果需要修改个人配置,不要直接在application.yml中进行修改, 请在src/java/main/resources目录下新建一个application-local.yml(此文件已被ignore),直接修改需要覆盖的配置, 在启动Application时,指定profile=local,或增加启动参数-Dspring.profiles.active=prod 模块说明 -------------- * interface-test-core 项目中一些基类,辅助类,以及一些异常等 * interface-test-domain 项目中的实体类 * interface-test-dao-api 项目中web层的dao接口 * interface-test-dao-impl 项目中web层的dao实现 * interface-test-manage 项目后台模块 |---manage-app 项目后台启动类 |---manage-dao-api 项目后台dao |---manage-dao-impl 项目后台dao实现 * interface-test-service-api 项目中web层的service接口 * interface-test-service-impl 项目中web层的service实现 * interface-test-test 项目测试的基类 * interface-test-web 项目前台启动模块