1434-java+mysql springboot框架開發(fā)的辦公自動化OA系統(tǒng)源碼 源代碼
本系統(tǒng)是一個OA辦公自動化系統(tǒng),使用Maven進(jìn)行項目管理,基于springboot框架開發(fā)的項目,mysql底層數(shù)據(jù)庫,前端采用freemarker模板引擎,Bootstrap作為前端UI框架,集成了jpa、mybatis等框架。作為初學(xué)springboot的同學(xué)是一個很不錯的項目
運行環(huán)境
jdk7+tomcat7+mysql+eclipse+maven
項目技術(shù)
前端技術(shù)
freemarker | 模板引擎 | springboot1.5.6.RELEASE集成版本 | https://freemarker.apache.org/ |
Bootstrap | 前端UI框架 | 3.3.7 | http://www.bootcss.com/ |
Jquery | 快速的JavaScript框架 | 1.11.3 | https://jquery.com/ |
kindeditor | HTML可視化編輯器 | 4.1.10 | http://kindeditor.net |
My97 DatePicker |
后端技術(shù)
技術(shù) | 名稱 | 版本 | 官網(wǎng) |
---|---|---|---|
SpringBoot | SpringBoot框架 | 1.5.6.RELEASE | https://spring.io/projects/spring-boot |
JPA | spring-data-jpa | 1.5.6.RELEASE | https://projects.spring.io/spring-data-jpa |
Mybatis | Mybatis框架 | 1.3.0 | http://www.mybatis.org/mybatis-3 |
fastjson | json解析包 | 1.2.36 | https://github.com/alibaba/fastjson |
pagehelper | Mybatis分頁插件 | 1.0.0 | https://pagehelper.github.io |
數(shù)據(jù)庫文件
在項目文件里面
jar包文件
maven構(gòu)建,自動下載
項目截圖
運行截圖
注意事項
1.下載項目、把oasys.sql導(dǎo)入本地數(shù)據(jù)庫
2. 修改application.properties,
3. 修改數(shù)據(jù)源,oasys——>自己本地的庫名,用戶名和密碼修改成自己的
4. 修改相關(guān)路徑,配置圖片路徑、文件路徑、附件路徑 5. OasysApplication.java中的main方法運行,控制臺沒有報錯信息,數(shù)據(jù)啟動時間多久即運行成功
6. 在瀏覽器中輸入localhost:8088/logins
本源碼地址:http://m.bmm520.net/vip/java/2019/1205/20041.html