# SpringBoot-finance **Repository Path**: chenkaiwork/spring-boot-finance ## Basic Information - **Project Name**: SpringBoot-finance - **Description**: Springboot个人理财系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2024-06-20 - **Last Updated**: 2025-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人理财系统 #### 介绍 SpringBoot个人理财系统 #### 开发环境 操作系统 : windows Java环境 : JDK1.8(不能使用高版本) 开发工具 : Idea 2021 数据库: mysql 5.5以上 项目构建工具:Maven spring boot : 2.1.7 Release #### 项目使用方法 - 数据库使用MySQL导入压缩包的finance.sql文件。 - 修改finance/src/main/resources/application.yml配置文件中的数据库用户名和密码 - 启动com.bjpowernode.finance.FinanceApplication **注意** - 项目启动后访问:http://localhost:8080/ 进入系统 - 管理员用户:admin 密码:123456 #### 系统功能展示 ##### 登录界面 ![登录页面](src/main/resources/static/images/Snipaste_2024-06-20_21-20-37.png) ##### 用户界面 ![用户页面](src/main/resources/static/images/Snipaste_2024-06-20_21-21-47.png) ##### 管理员界面 ![管理员页面](src/main/resources/static/images/Snipaste_2024-06-20_21-49-11.png)