基于 SpringBoot 企业级进销存 ERP 系统 设计与实现Design and Implementation of Enterprise Invoicing ERP System Based on SpringBoot中文摘要随着互联网时代的到来,计算机领域在商业的影响力不断扩大,对企业的信息存储和管理思想造成了较大的冲击。为了满足企业的人力、物流、资金、业务一体化综合化管理,出现了一个将“人、财、物、产、供、销”各个方面整合的互联网产品——ERP 企业资源计划管理系统。ERP 系统始于上个世纪 90 年代,是企业管理人员在实践中管理思想的总结。它通过集成的系统、优化的流程、协同的工作流将企业的运行变成一个有机的整体,将信息化渗透到企业生产经营的各个方面,到如今已经是新一代新兴企业必不可缺的信息管理系统。本篇文章以目前流行的 JAVA 语言开发框架 Springboot 为主进行了ERP 系统程序的开发与实现。在 ERP 系统的设计和开发过程中,采用Maven 项目对象模型、运用了 B/S 构架,以 Mybatis 为持久层框架,SpringBoot 为核心框架,旨在实现系统中的权限校验模块、员工管理模块、供应商管理模块、采购模块、销售模块、退货模块等。此 ERP 系统主要是围绕进销存系统进行开发,通过对进销存等流程的调控,对企业所拥有的员工、物品、信息以及业务流程运行时间、业务流程可调配空间等企业资源进行平衡和更好地规划,使得企业在发展上有明显的技术提升,提高企业再市场上的核心竞争力,从而能够获取更好的利益。关键词:B/S 架构、SpringBoot、ERP、Mybatis、进销存AbstractWith the advent of the Internet era, the influence of the computer field in business has continued to expand, which has caused a greater impact on the information storage and management thinking of enterprises. In order to meet the integrated management of human resources, logistics, capital, and business of the enterprise, an Internet product-an ERP enterprise resource planning management system that integrates procurement, inventory, production, sales, finance, and engineering technology management has emerged. The ERP system began in the 1990s and is a summary of management ideas of enterprise managers in practice. It uses integrate...