嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
java企业财务源码
后台 SpringBoot2.x,JWT 鉴权,Druid连接池,数据库 Mysql
前台 vue-cli 3.0,vue-element-ui
.
├── java企业财务源码
│ ├── dist
│ │ ├── favicon.ico
│ │ ├── index.html
│ │ └── static
│ │ ├── css
│ │ │ ├── app.76fcc0b7.css
│ │ │ ├── chunk-0ae78525.25749c81.css
│ │ │ ├── chunk-238c903c.3c7f5ad9.css
│ │ │ ├── chunk-26600eb3.c58e968f.css
│ │ │ ├── chunk-31a6a7ac.a642e6ea.css
│ │ │ ├── chunk-d22cc8f8.0908ae6e.css
│ │ │ ├── chunk-elementUI.68c70ad5.css
│ │ │ └── chunk-libs.3dfb7769.css
│ │ ├── fonts
│ │ │ ├── element-icons.535877f5.woff
│ │ │ └── element-icons.732389de.ttf
│ │ ├── img
│ │ │ ├── 404.a57b6f31.png
│ │ │ ├── 404_cloud.0f4bc32b.png
│ │ │ └── bg.406ab024.png
│ │ └── js
│ │ ├── app.d8c0a037.js
│ │ ├── chunk-02838e8c.a3ce5e26.js
│ │ ├── chunk-0ae78525.945ef4d5.js
│ │ ├── chunk-238c903c.d13ff088.js
│ │ ├── chunk-26600eb3.5fd9ede7.js
│ │ ├── chunk-2d0c8bf7.a3a0eac4.js
│ │ ├── chunk-2d0d0f79.54d40bfd.js
│ │ ├── chunk-2d0d2e88.0816243f.js
│ │ ├── chunk-2d0e4b0c.eb2c9b3d.js
│ │ ├── chunk-2d0e4e1f.b35d8acc.js
│ │ ├── chunk-2d0e944c.2989ec4b.js
│ │ ├── chunk-2d2104c6.7224e03b.js
│ │ ├── chunk-2d212f2b.50daae9a.js
│ │ ├── chunk-2d216f57.205ec6f4.js
│ │ ├── chunk-2d221c34.78504150.js
│ │ ├── chunk-2d226cab.0249eeb7.js
│ │ ├── chunk-2d228e95.6ba0fd64.js
│ │ ├── chunk-2d229205.0069c604.js
│ │ ├── chunk-3021db2e.9e6f97e0.js
│ │ ├── chunk-31a6a7ac.48b6f7c4.js
│ │ ├── chunk-6285b311.542201fe.js
│ │ ├── chunk-6b26afa2.015abc8f.js
│ │ ├── chunk-74926326.f56d0c9b.js
│ │ ├── chunk-780f1b57.58d97716.js
│ │ ├── chunk-7f9df7f1.7287263b.js
│ │ ├── chunk-d1f4aa94.d0398609.js
│ │ ├── chunk-d22cc8f8.72a6ae7c.js
│ │ ├── chunk-elementUI.88afa17f.js
│ │ └── chunk-libs.c9cc0412.js
│ ├── finance_management
│ │ ├── README.md
│ │ ├── finance-web
│ │ │ ├── README.md
│ │ │ ├── babel.config.js
│ │ │ ├── build
│ │ │ │ └── index.js
│ │ │ ├── jest.config.js
│ │ │ ├── jsconfig.json
│ │ │ ├── mock
│ │ │ │ ├── index.js
│ │ │ │ ├── mock-server.js
│ │ │ │ ├── table.js
│ │ │ │ ├── user.js
│ │ │ │ └── utils.js
│ │ │ ├── package-lock.json
│ │ │ ├── package.json
│ │ │ ├── postcss.config.js
│ │ │ ├── public
│ │ │ │ ├── favicon.ico
│ │ │ │ └── index.html
│ │ │ ├── src
│ │ │ │ ├── App.vue
│ │ │ │ ├── api
│ │ │ │ │ ├── business.js
│ │ │ │ │ ├── company.js
│ │ │ │ │ ├── department.js
│ │ │ │ │ ├── moneyinfo.js
│ │ │ │ │ ├── moneytype.js
│ │ │ │ │ ├── notice.js
│ │ │ │ │ ├── table.js
│ │ │ │ │ └── user.js
│ │ │ │ ├── assets
│ │ │ │ │ ├── 404_images
│ │ │ │ │ │ ├── 404.png
│ │ │ │ │ │ └── 404_cloud.png
│ │ │ │ │ ├── bg.png
│ │ │ │ │ └── logo.png
│ │ │ │ ├── components
│ │ │ │ │ ├── Breadcrumb
│ │ │ │ │ │ └── index.vue
│ │ │ │ │ ├── Charts
│ │ │ │ │ │ └── Pie.vue
│ │ │ │ │ ├── Hamburger
│ │ │ │ │ │ └── index.vue
│ │ │ │ │ └── SvgIcon
│ │ │ │ │ └── index.vue
│ │ │ │ ├── excel
│ │ │ │ │ ├── Blob.js
│ │ │ │ │ └── export2Excel.js
│ │ │ │ ├── icons
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── svg
│ │ │ │ │ │ ├── dashboard.svg
│ │ │ │ │ │ ├── example.svg
│ │ │ │ │ │ ├── eye-open.svg
│ │ │ │ │ │ ├── eye.svg
│ │ │ │ │ │ ├── form.svg
│ │ │ │ │ │ ├── link.svg
│ │ │ │ │ │ ├── nested.svg
│ │ │ │ │ │ ├── password.svg
│ │ │ │ │ │ ├── table.svg
│ │ │ │ │ │ ├── tree.svg
│ │ │ │ │ │ └── user.svg
│ │ │ │ │ └── svgo.yml
│ │ │ │ ├── layout
│ │ │ │ │ ├── components
│ │ │ │ │ │ ├── AppMain.vue
│ │ │ │ │ │ ├── Navbar.vue
│ │ │ │ │ │ ├── Sidebar
│ │ │ │ │ │ │ ├── FixiOSBug.js
│ │ │ │ │ │ │ ├── Item.vue
│ │ │ │ │ │ │ ├── Link.vue
│ │ │ │ │ │ │ ├── Logo.vue
│ │ │ │ │ │ │ ├── SidebarItem.vue
│ │ │ │ │ │ │ └── index.vue
│ │ │ │ │ │ └── index.js
│ │ │ │ │ ├── index.vue
│ │ │ │ │ └── mixin
│ │ │ │ │ └── ResizeHandler.js
│ │ │ │ ├── main.js
│ │ │ │ ├── permission.js
│ │ │ │ ├── router
│ │ │ │ │ └── index.js
│ │ │ │ ├── settings.js
│ │ │ │ ├── store
│ │ │ │ │ ├── getters.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ └── modules
│ │ │ │ │ ├── app.js
│ │ │ │ │ ├── settings.js
│ │ │ │ │ └── user.js
│ │ │ │ ├── styles
│ │ │ │ │ ├── element-ui.scss
│ │ │ │ │ ├── index.scss
│ │ │ │ │ ├── mixin.scss
│ │ │ │ │ ├── sidebar.scss
│ │ │ │ │ ├── transition.scss
│ │ │ │ │ └── variables.scss
│ │ │ │ ├── utils
│ │ │ │ │ ├── auth.js
│ │ │ │ │ ├── get-page-title.js
│ │ │ │ │ ├── index.js
│ │ │ │ │ ├── request.js
│ │ │ │ │ └── validate.js
│ │ │ │ └── views
│ │ │ │ ├── 404.vue
│ │ │ │ ├── basic
│ │ │ │ │ ├── Admin.vue
│ │ │ │ │ └── User.vue
│ │ │ │ ├── business
│ │ │ │ │ ├── Admin.vue
│ │ │ │ │ └── User.vue
│ │ │ │ ├── dashboard
│ │ │ │ │ └── index.vue
│ │ │ │ ├── form
│ │ │ │ │ └── index.vue
│ │ │ │ ├── login
│ │ │ │ │ └── index.vue
│ │ │ │ ├── nested
│ │ │ │ │ ├── menu1
│ │ │ │ │ │ ├── index.vue
│ │ │ │ │ │ ├── menu1-1
│ │ │ │ │ │ │ └── index.vue
│ │ │ │ │ │ ├── menu1-2
│ │ │ │ │ │ │ ├── index.vue
│ │ │ │ │ │ │ ├── menu1-2-1
│ │ │ │ │ │ │ │ └── index.vue
│ │ │ │ │ │ │ └── menu1-2-2
│ │ │ │ │ │ │ └── index.vue
│ │ │ │ │ │ └── menu1-3
│ │ │ │ │ │ └── index.vue
│ │ │ │ │ └── menu2
│ │ │ │ │ └── index.vue
│ │ │ │ ├── summary
│ │ │ │ │ └── Income.vue
│ │ │ │ ├── system
│ │ │ │ │ ├── Admin.vue
│ │ │ │ │ ├── Notice.vue
│ │ │ │ │ └── User.vue
│ │ │ │ ├── table
│ │ │ │ │ └── index.vue
│ │ │ │ ├── tree
│ │ │ │ │ └── index.vue
│ │ │ │ └── wages
│ │ │ │ ├── Admin.vue
│ │ │ │ └── User.vue
│ │ │ ├── tests
│ │ │ │ └── unit
│ │ │ │ ├── components
│ │ │ │ │ ├── Breadcrumb.spec.js
│ │ │ │ │ ├── Hamburger.spec.js
│ │ │ │ │ └── SvgIcon.spec.js
│ │ │ │ └── utils
│ │ │ │ ├── formatTime.spec.js
│ │ │ │ ├── param2Obj.spec.js
│ │ │ │ ├── parseTime.spec.js
│ │ │ │ └── validate.spec.js
│ │ │ └── vue.config.js
│ │ ├── finance_admin
│ │ │ ├── finance.iml
│ │ │ ├── pom.xml
│ │ │ └── src
│ │ │ ├── main
│ │ │ │ ├── java
│ │ │ │ │ └── com
│ │ │ │ │ └── l024
│ │ │ │ │ └── finance
│ │ │ │ │ ├── FinanceApplication.java
│ │ │ │ │ ├── config
│ │ │ │ │ │ ├── CorsConfig.java
│ │ │ │ │ │ ├── DruidConfig.java
│ │ │ │ │ │ ├── Swagger2.java
│ │ │ │ │ │ └── WebConfig.java
│ │ │ │ │ ├── controller
│ │ │ │ │ │ ├── BaseController.java
│ │ │ │ │ │ ├── FmBusinessController.java
│ │ │ │ │ │ ├── FmCompanyController.java
│ │ │ │ │ │ ├── FmDepartmentController.java
│ │ │ │ │ │ ├── FmMoneyInfoController.java
│ │ │ │ │ │ ├── FmMoneyTypeController.java
│ │ │ │ │ │ ├── FmNoticeController.java
│ │ │ │ │ │ ├── SysMenuController.java
│ │ │ │ │ │ └── SysUserController.java
│ │ │ │ │ ├── entity
│ │ │ │ │ │ ├── FmBusinessEntity.java
│ │ │ │ │ │ ├── FmCompanyEntity.java
│ │ │ │ │ │ ├── FmDepartmentEntity.java
│ │ │ │ │ │ ├── FmMoneyInfoEntity.java
│ │ │ │ │ │ ├── FmMoneyTypeEntity.java
│ │ │ │ │ │ ├── FmNoticeEntity.java
│ │ │ │ │ │ ├── PageEntity.java
│ │ │ │ │ │ ├── SysMenuEntity.java
│ │ │ │ │ │ └── SysUserEntity.java
│ │ │ │ │ ├── exception
│ │ │ │ │ │ ├── RRException.java
│ │ │ │ │ │ └── RRExceptionHandler.java
│ │ │ │ │ ├── interceptor
│ │ │ │ │ │ └── AuthenticationInterceptor.java
│ │ │ │ │ ├── repository
│ │ │ │ │ │ ├── FmBusinessRepository.java
│ │ │ │ │ │ ├── FmCompanyRepository.java
│ │ │ │ │ │ ├── FmDepartmentRepository.java
│ │ │ │ │ │ ├── FmMoneyInfoRepository.java
│ │ │ │ │ │ ├── FmMoneyTypeRepository.java
│ │ │ │ │ │ ├── FmNoticeRepository.java
│ │ │ │ │ │ ├── SysMenuRepository.java
│ │ │ │ │ │ └── SysUserRepository.java
│ │ │ │ │ ├── service
│ │ │ │ │ │ ├── BaseService.java
│ │ │ │ │ │ ├── FmBusinessService.java
│ │ │ │ │ │ ├── FmCompanyService.java
│ │ │ │ │ │ ├── FmDepartmentService.java
│ │ │ │ │ │ ├── FmMoneyInfoService.java
│ │ │ │ │ │ ├── FmMoneyTypeService.java
│ │ │ │ │ │ ├── FmNoticeService.java
│ │ │ │ │ │ ├── SysMenuService.java
│ │ │ │ │ │ ├── SysUserService.java
│ │ │ │ │ │ └── TokenService.java
│ │ │ │ │ ├── util
│ │ │ │ │ │ ├── LogUtil.java
│ │ │ │ │ │ ├── PassToken.java
│ │ │ │ │ │ ├── StringUtil.java
│ │ │ │ │ │ ├── TokenUtil.java
│ │ │ │ │ │ └── UserLoginToken.java
│ │ │ │ │ └── vo
│ │ │ │ │ ├── R.java
│ │ │ │ │ ├── SpringBeanUtil.java
│ │ │ │ │ └── Utils.java
│ │ │ │ └── resources
│ │ │ │ ├── application.yml
│ │ │ │ ├── log4j.properties
│ │ │ │ └── static
│ │ │ └── test
│ │ │ └── java
│ │ │ └── com
│ │ │ └── l024
│ │ │ └── finance
│ │ │ ├── FinanceApplicationTests.java
│ │ │ └── service
│ │ │ └── SysUserServiceTest.java
│ │ ├── finance_manager.sql
│ │ └── image
│ │ ├── 主页.png
│ │ ├── 登录.png
│ │ ├── 业务管理.png
│ │ ├── 工资管理.png
│ │ ├── 收入汇总.png
│ │ ├── 添加业务.png
│ │ └── 用户管理.png
│ ├── jdk8以上版本替换vo包下的Utils
│ │ └── Utils.java
│ ├── 代码&postman&jmeter截图.docx
│ ├── 演示.mp4
│ ├── 设计报告.doc
│ ├── 系统报告.docx
│ ├── 免责声明.txt
│ └── 公司财务管理系统源码&&文档
│ └── finance_management
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── README.md
│ ├── finance-web
│ │ ├── README.md
│ │ ├── babel.config.js
│ │ ├── build
│ │ │ └── index.js
│ │ ├── jest.config.js
│ │ ├── jsconfig.json
│ │ ├── mock
│ │ │ ├── index.js
│ │ │ ├── mock-server.js
│ │ │ ├── table.js
│ │ │ ├── user.js
│ │ │ └── utils.js
│ │ ├── package-lock.json
│ │ ├── package.json
│ │ ├── postcss.config.js
│ │ ├── public
│ │ │ ├── favicon.ico
│ │ │ └── index.html
│ │ ├── src
│ │ │ ├── App.vue
│ │ │ ├── api
│ │ │ │ ├── business.js
│ │ │ │ ├── company.js
│ │ │ │ ├── department.js
│ │ │ │ ├── moneyinfo.js
│ │ │ │ ├── moneytype.js
│ │ │ │ ├── notice.js
│ │ │ │ ├── table.js
│ │ │ │ └── user.js
│ │ │ ├── assets
│ │ │ │ ├── 404_images
│ │ │ │ │ ├── 404.png
│ │ │ │ │ └── 404_cloud.png
│ │ │ │ ├── bg.png
│ │ │ │ └── logo.png
│ │ │ ├── components
│ │ │ │ ├── Breadcrumb
│ │ │ │ │ └── index.vue
│ │ │ │ ├── Charts
│ │ │ │ │ └── Pie.vue
│ │ │ │ ├── Hamburger
│ │ │ │ │ └── index.vue
│ │ │ │ └── SvgIcon
│ │ │ │ └── index.vue
│ │ │ ├── excel
│ │ │ │ ├── Blob.js
│ │ │ │ └── export2Excel.js
│ │ │ ├── icons
│ │ │ │ ├── index.js
│ │ │ │ ├── svg
│ │ │ │ │ ├── dashboard.svg
│ │ │ │ │ ├── example.svg
│ │ │ │ │ ├── eye-open.svg
│ │ │ │ │ ├── eye.svg
│ │ │ │ │ ├── form.svg
│ │ │ │ │ ├── link.svg
│ │ │ │ │ ├── nested.svg
│ │ │ │ │ ├── password.svg
│ │ │ │ │ ├── table.svg
│ │ │ │ │ ├── tree.svg
│ │ │ │ │ └── user.svg
│ │ │ │ └── svgo.yml
│ │ │ ├── layout
│ │ │ │ ├── components
│ │ │ │ │ ├── AppMain.vue
│ │ │ │ │ ├── Navbar.vue
│ │ │ │ │ ├── Sidebar
│ │ │ │ │ │ ├── FixiOSBug.js
│ │ │ │ │ │ ├── Item.vue
│ │ │ │ │ │ ├── Link.vue
│ │ │ │ │ │ ├── Logo.vue
│ │ │ │ │ │ ├── SidebarItem.vue
│ │ │ │ │ │ └── index.vue
│ │ │ │ │ └── index.js
│ │ │ │ ├── index.vue
│ │ │ │ └── mixin
│ │ │ │ └── ResizeHandler.js
│ │ │ ├── main.js
│ │ │ ├── permission.js
│ │ │ ├── router
│ │ │ │ └── index.js
│ │ │ ├── settings.js
│ │ │ ├── store
│ │ │ │ ├── getters.js
│ │ │ │ ├── index.js
│ │ │ │ └── modules
│ │ │ │ ├── app.js
│ │ │ │ ├── settings.js
│ │ │ │ └── user.js
│ │ │ ├── styles
│ │ │ │ ├── element-ui.scss
│ │ │ │ ├── index.scss
│ │ │ │ ├── mixin.scss
│ │ │ │ ├── sidebar.scss
│ │ │ │ ├── transition.scss
│ │ │ │ └── variables.scss
│ │ │ ├── utils
│ │ │ │ ├── auth.js
│ │ │ │ ├── get-page-title.js
│ │ │ │ ├── index.js
│ │ │ │ ├── request.js
│ │ │ │ └── validate.js
│ │ │ └── views
│ │ │ ├── 404.vue
│ │ │ ├── basic
│ │ │ │ ├── Admin.vue
│ │ │ │ └── User.vue
│ │ │ ├── business
│ │ │ │ ├── Admin.vue
│ │ │ │ └── User.vue
│ │ │ ├── dashboard
│ │ │ │ └── index.vue
│ │ │ ├── form
│ │ │ │ └── index.vue
│ │ │ ├── login
│ │ │ │ └── index.vue
│ │ │ ├── nested
│ │ │ │ ├── menu1
│ │ │ │ │ ├── index.vue
│ │ │ │ │ ├── menu1-1
│ │ │ │ │ │ └── index.vue
│ │ │ │ │ ├── menu1-2
│ │ │ │ │ │ ├── index.vue
│ │ │ │ │ │ ├── menu1-2-1
│ │ │ │ │ │ │ └── index.vue
│ │ │ │ │ │ └── menu1-2-2
│ │ │ │ │ │ └── index.vue
│ │ │ │ │ └── menu1-3
│ │ │ │ │ └── index.vue
│ │ │ │ └── menu2
│ │ │ │ └── index.vue
│ │ │ ├── summary
│ │ │ │ └── Income.vue
│ │ │ ├── system
│ │ │ │ ├── Admin.vue
│ │ │ │ ├── Notice.vue
│ │ │ │ └── User.vue
│ │ │ ├── table
│ │ │ │ └── index.vue
│ │ │ ├── tree
│ │ │ │ └── index.vue
│ │ │ └── wages
│ │ │ ├── Admin.vue
│ │ │ └── User.vue
│ │ ├── tests
│ │ │ └── unit
│ │ │ ├── components
│ │ │ │ ├── Breadcrumb.spec.js
│ │ │ │ ├── Hamburger.spec.js
│ │ │ │ └── SvgIcon.spec.js
│ │ │ └── utils
│ │ │ ├── formatTime.spec.js
│ │ │ ├── param2Obj.spec.js
│ │ │ ├── parseTime.spec.js
│ │ │ └── validate.spec.js
│ │ └── vue.config.js
│ ├── finance_admin
│ │ ├── finance.iml
│ │ ├── pom.xml
│ │ ├── src
│ │ │ ├── main
│ │ │ │ ├── java
│ │ │ │ │ └── com
│ │ │ │ │ └── l024
│ │ │ │ │ └── finance
│ │ │ │ │ ├── FinanceApplication.java
│ │ │ │ │ ├── config
│ │ │ │ │ │ ├── CorsConfig.java
│ │ │ │ │ │ ├── DruidConfig.java
│ │ │ │ │ │ ├── Swagger2.java
│ │ │ │ │ │ └── WebConfig.java
│ │ │ │ │ ├── controller
│ │ │ │ │ │ ├── BaseController.java
│ │ │ │ │ │ ├── FmBusinessController.java
│ │ │ │ │ │ ├── FmCompanyController.java
│ │ │ │ │ │ ├── FmDepartmentController.java
│ │ │ │ │ │ ├── FmMoneyInfoController.java
│ │ │ │ │ │ ├── FmMoneyTypeController.java
│ │ │ │ │ │ ├── FmNoticeController.java
│ │ │ │ │ │ ├── SysMenuController.java
│ │ │ │ │ │ └── SysUserController.java
│ │ │ │ │ ├── entity
│ │ │ │ │ │ ├── FmBusinessEntity.java
│ │ │ │ │ │ ├── FmCompanyEntity.java
│ │ │ │ │ │ ├── FmDepartmentEntity.java
│ │ │ │ │ │ ├── FmMoneyInfoEntity.java
│ │ │ │ │ │ ├── FmMoneyTypeEntity.java
│ │ │ │ │ │ ├── FmNoticeEntity.java
│ │ │ │ │ │ ├── PageEntity.java
│ │ │ │ │ │ ├── SysMenuEntity.java
│ │ │ │ │ │ └── SysUserEntity.java
│ │ │ │ │ ├── exception
│ │ │ │ │ │ ├── RRException.java
│ │ │ │ │ │ └── RRExceptionHandler.java
│ │ │ │ │ ├── interceptor
│ │ │ │ │ │ └── AuthenticationInterceptor.java
│ │ │ │ │ ├── repository
│ │ │ │ │ │ ├── FmBusinessRepository.java
│ │ │ │ │ │ ├── FmCompanyRepository.java
│ │ │ │ │ │ ├── FmDepartmentRepository.java
│ │ │ │ │ │ ├── FmMoneyInfoRepository.java
│ │ │ │ │ │ ├── FmMoneyTypeRepository.java
│ │ │ │ │ │ ├── FmNoticeRepository.java
│ │ │ │ │ │ ├── SysMenuRepository.java
│ │ │ │ │ │ └── SysUserRepository.java
│ │ │ │ │ ├── service
│ │ │ │ │ │ ├── BaseService.java
│ │ │ │ │ │ ├── FmBusinessService.java
│ │ │ │ │ │ ├── FmCompanyService.java
│ │ │ │ │ │ ├── FmDepartmentService.java
│ │ │ │ │ │ ├── FmMoneyInfoService.java
│ │ │ │ │ │ ├── FmMoneyTypeService.java
│ │ │ │ │ │ ├── FmNoticeService.java
│ │ │ │ │ │ ├── SysMenuService.java
│ │ │ │ │ │ ├── SysUserService.java
│ │ │ │ │ │ └── TokenService.java
│ │ │ │ │ ├── util
│ │ │ │ │ │ ├── LogUtil.java
│ │ │ │ │ │ ├── PassToken.java
│ │ │ │ │ │ ├── StringUtil.java
│ │ │ │ │ │ ├── TokenUtil.java
│ │ │ │ │ │ └── UserLoginToken.java
│ │ │ │ │ └── vo
│ │ │ │ │ ├── R.java
│ │ │ │ │ ├── SpringBeanUtil.java
│ │ │ │ │ └── Utils.java
│ │ │ │ └── resources
│ │ │ │ ├── application.yml
│ │ │ │ ├── log4j.properties
│ │ │ │ └── static
│ │ │ └── test
│ │ │ └── java
│ │ │ └── com
│ │ │ └── l024
│ │ │ └── finance
│ │ │ ├── FinanceApplicationTests.java
│ │ │ └── service
│ │ │ └── SysUserServiceTest.java
│ │ └── target
│ │ ├── classes
│ │ │ ├── application.yml
│ │ │ ├── com
│ │ │ │ └── l024
│ │ │ │ └── finance
│ │ │ │ ├── FinanceApplication.class
│ │ │ │ ├── config
│ │ │ │ │ ├── CorsConfig.class
│ │ │ │ │ ├── DruidConfig.class
│ │ │ │ │ ├── Swagger2.class
│ │ │ │ │ └── WebConfig.class
│ │ │ │ ├── controller
│ │ │ │ │ ├── BaseController.class
│ │ │ │ │ ├── FmBusinessController.class
│ │ │ │ │ ├── FmCompanyController.class
│ │ │ │ │ ├── FmDepartmentController.class
│ │ │ │ │ ├── FmMoneyInfoController.class
│ │ │ │ │ ├── FmMoneyTypeController.class
│ │ │ │ │ ├── FmNoticeController.class
│ │ │ │ │ ├── SysMenuController.class
│ │ │ │ │ └── SysUserController.class
│ │ │ │ ├── entity
│ │ │ │ │ ├── FmBusinessEntity.class
│ │ │ │ │ ├── FmCompanyEntity.class
│ │ │ │ │ ├── FmDepartmentEntity.class
│ │ │ │ │ ├── FmMoneyInfoEntity.class
│ │ │ │ │ ├── FmMoneyTypeEntity.class
│ │ │ │ │ ├── FmNoticeEntity.class
│ │ │ │ │ ├── PageEntity.class
│ │ │ │ │ ├── SysMenuEntity.class
│ │ │ │ │ └── SysUserEntity.class
│ │ │ │ ├── exception
│ │ │ │ │ ├── RRException.class
│ │ │ │ │ └── RRExceptionHandler.class
│ │ │ │ ├── interceptor
│ │ │ │ │ └── AuthenticationInterceptor.class
│ │ │ │ ├── repository
│ │ │ │ │ ├── FmBusinessRepository.class
│ │ │ │ │ ├── FmCompanyRepository.class
│ │ │ │ │ ├── FmDepartmentRepository.class
│ │ │ │ │ ├── FmMoneyInfoRepository.class
│ │ │ │ │ ├── FmMoneyTypeRepository.class
│ │ │ │ │ ├── FmNoticeRepository.class
│ │ │ │ │ ├── SysMenuRepository.class
│ │ │ │ │ └── SysUserRepository.class
│ │ │ │ ├── service
│ │ │ │ │ ├── BaseService.class
│ │ │ │ │ ├── FmBusinessService.class
│ │ │ │ │ ├── FmCompanyService.class
│ │ │ │ │ ├── FmDepartmentService.class
│ │ │ │ │ ├── FmMoneyInfoService.class
│ │ │ │ │ ├── FmMoneyTypeService.class
│ │ │ │ │ ├── FmNoticeService.class
│ │ │ │ │ ├── SysMenuService.class
│ │ │ │ │ ├── SysUserService.class
│ │ │ │ │ └── TokenService.class
│ │ │ │ ├── util
│ │ │ │ │ ├── LogUtil.class
│ │ │ │ │ ├── PassToken.class
│ │ │ │ │ ├── StringUtil.class
│ │ │ │ │ ├── TokenUtil.class
│ │ │ │ │ └── UserLoginToken.class
│ │ │ │ └── vo
│ │ │ │ ├── R.class
│ │ │ │ ├── SpringBeanUtil.class
│ │ │ │ └── Utils.class
│ │ │ └── log4j.properties
│ │ ├── generated-sources
│ │ │ └── annotations
│ │ ├── generated-test-sources
│ │ │ └── test-annotations
│ │ └── test-classes
│ │ └── com
│ │ └── l024
│ │ └── finance
│ │ ├── FinanceApplicationTests.class
│ │ └── service
│ │ └── SysUserServiceTest.class
│ ├── finance_manager.sql
│ ├── image
│ │ ├── 主页.png
│ │ ├── 登录.png
│ │ ├── 业务管理.png
│ │ ├── 工资管理.png
│ │ ├── 收入汇总.png
│ │ ├── 添加业务.png
│ │ └── 用户管理.png
│ └── out
│ └── artifacts
│ └── finance_management_jar
└── 好例子网_java企业财务源码.zip
184 directories, 460 files