# scan **Repository Path**: yang-jianming-and-lin-xinping/scan ## Basic Information - **Project Name**: scan - **Description**: kotlin搭建框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-26 - **Last Updated**: 2024-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 扫描仪后端框架 ## 项目原型图地址 https://nnc74g.axshare.com ## 1. 技术架构 ## 2. 项目结构 ``` | -- scanner // 项目 | | -- scanner-api // 项目对内api接口 | | -- scanner-auth // 认证鉴权模块 | | -- scanner-common // 通用模块 | | -- core // 核心板块设置 | | -- config // 配置 跨域、jackson | | -- exception // 全局异常处理 | | -- utils // 通用工具 | | -- vo // 通用视图 | | -- redis // redis通用 | | -- swagger // swagger 设置 | | -- security // spring security 设置 | | -- scanner-server // 服务启动模块 | | -- scanner-service // 具体业务模块 | | -- scanner-service-order // 具体业务:订单模块 ```