# power-java **Repository Path**: L1nYuan/power-java ## Basic Information - **Project Name**: power-java - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-07 - **Last Updated**: 2022-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Power平台结构
+---application                                           业务模块
|   |   pom.xml                                           配置业务模块的Maven依赖
|   |   
|   \---src
|       +---main
|       |   +---java
|       |   |       \---com
|       |   |           \---linyuan
|       |   |               \---application  
|       |   |                       Application.java      业务模块启动入口
|       |   |                       
|       |   \---resources                                 业务模块资源文件夹
|       |       |   application.properties                核心配置文件 
|       |       |   banner.txt                            boot启动项目图标
|       |               
|       \---test                                          单元测试目录,所有的单元测试写在此目录下
|           \---java                                      
|                   \---com
|                       \---linyuan
|                           \---application
|                                   ApplicationTests.java 单元测试类
|                                   
+---power-auth                                            auth模块:身份识别与访问管理                                        
+---power-user                                            user模块:用户维护模块
\---power-xxxx                                            xxxx模块:xxxxxxxxxxxxxxxx    (以下后续实现)