1 Star 0 Fork 4.5K

Codecho / iBase4J

forked from iBase4J / iBase4J 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载

A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

Permissions
  • Commercial use
  • Modification
  • Distribution
  • Patent use
  • Private use
Limitations
  • Trademark use
  • Liability
  • Warranty
Conditions
  • License and copyright notice
  • State changes
readme.md 3.34 KB
一键复制 编辑 原始数据 按行查看 历史
ShenHuaJie 提交于 2016-06-01 19:38 . readme

License

####说明:项目依赖activemq、Redis和ZooKeeper服务。

* maven启动SYS-Scheduler命令:clean:clean package -P build tomcat7:run-war-only -f pom-scheduler-server.xml
* maven启动SYS-Service命令:clean:clean package -P build tomcat7:run-war-only -f pom-sys-server.xml
* maven启动Web命令:clean:clean package -P build tomcat7:run-war-only -f pom-web-server.xml
* 服务启动后,使用nginx代理UI:修改配置里的UI目录后启动。

##系统使用主要技术:

1、数据库

Druid数据库连接池,监控数据库访问性能,统计SQL的执行性能。 数据库密码加密。

2、持久层

mybatis持久化,aop切换数据库实现读写分离,PageHelper分页。Transtraction注解事务。

3、MVC

基于spring mvc注解,Rest风格Controller。Exception统一管理。
基于session的国际化提示信息,职责链模式的本地语言拦截器,Shiro登录、URL权限管理。
QQ、微信、新浪微博第三方登录。

4、调度

Spring+quartz, 可以查询、修改周期、暂停、删除、新增、立即执行,查询执行记录等。

5、缓存和Session

注解redis缓存数据,Spring-session和redis实现分布式session同步,重启服务会话不丢失。会话管理,强制结束会话。

6、多系统交互

Dubbo,ActiveMQ多系统交互,ftp/sftp/fastdafs发送文件到独立服务器,使文件服务分离。没有权限的文件只用nginx代理即可。

7、日志

log4j2打印日志,业务日志和调试日志分开打印。同时基于时间和文件大小分割日志文件。

8、工具类

上传下载excel,汉字转拼音,身份证号码验证,数字转大写人民币,FTP/SFTP/fastdafs上传下载,发送邮件,redis缓存,加密等等。

9、项目构建

maven构建项目,mybatis generator生成mybatis映射文件和Model。 

10、其它

还需要什么功能? ? ? ?

加QQ群交流技术问题,下载项目文档和一键启动依赖服务工具。 QQ 538240548

QQ

UI地址

maven启动配置图

配置

UI效果图

登录

主页

捐赠

  • 建议:如果您是java新手,可以先看一下拆分前的版本,地址:iBase4J-old.

License

iBase4J is released under version 2.0 of the Apache License.

1
https://gitee.com/codecho/iBase4J.git
git@gitee.com:codecho/iBase4J.git
codecho
iBase4J
iBase4J
master

搜索帮助