# MyPassword **Repository Path**: javajianghu/my-password ## Basic Information - **Project Name**: MyPassword - **Description**: 基于Springboot搭建的密码管理工具 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-19 - **Last Updated**: 2021-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyPassword #### 介绍 基于springboot的密码管理器,保存各种网站密码。 #### 软件架构 软件架构说明 #### 使用说明 本项目使用springboot搭建,直接运行top.javajianghu.mypassword.MypasswordApplication,然后再浏览器访问http://127.0.0.1:9999即可。 密码信息保存在文件中,文件地址在application.yml配置文件password.path参数中配置。