stevennt / qifu2

Backend Admin WEB base on JAVA & Spring / Spring MVC & hibernate - MyBatis & Bootstrap v4 (vali-admin) & Jasperreport, WebService apahe cxf, apache camel, Activiti BPM, MQ , old version to https://github.com/billchen198318/bamboobsc ,qifu2 is bambooBSC-8 core-system。current in development, not yet complete!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qifu2

bambooBSC-8 core system.

Backend Admin WEB base on JAVA & Spring / Spring MVC & hibernate - MyBatis & Bootstrap v4 (vali-admin) & Jasperreport, WebService apahe cxf, apache camel, Activiti BPM, MQ , old version to https://github.com/billchen198318/bamboobsc ,qifu2 is bambooBSC-8 core-system

Database table doc: https://github.com/billchen198318/qifu2/blob/master/doc/qifu2-table-doc.odt

Database source script: https://github.com/billchen198318/qifu2/blob/master/doc/qifu2.sql



Create database

MYSQL> create database qifu2;
MYSQL> exit;

# mysql qifu2 -u root -p < qifu.sql

Config datasource ( applicationContext-dataSource.properties )

dataSource.jdbcUrl=jdbc:mysql://localhost/qifu2?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull
dataSource.user=MYSQL-ACCOUNT
dataSource.password=MYSQL-PASSWORD


Login page:

http://[YOU-SERVER]:[PORT]/core-web/index.do
http://127.0.0.1:8080/core-web/index.do


Administrator account:

account: admin
passowrd: admin99



Screenshot:

demo1

demo2

About

Backend Admin WEB base on JAVA & Spring / Spring MVC & hibernate - MyBatis & Bootstrap v4 (vali-admin) & Jasperreport, WebService apahe cxf, apache camel, Activiti BPM, MQ , old version to https://github.com/billchen198318/bamboobsc ,qifu2 is bambooBSC-8 core-system。current in development, not yet complete!

License:Apache License 2.0


Languages

Language:Java 58.9%Language:JavaScript 18.7%Language:HTML 12.0%Language:CSS 9.8%Language:FreeMarker 0.5%Language:Groovy 0.1%Language:Shell 0.0%Language:Batchfile 0.0%Language:Stata 0.0%