com.jeesuite:jeesuite-log

java 后台开发套件

License

License

GroupId

GroupId

com.jeesuite
ArtifactId

ArtifactId

jeesuite-log
Last Version

Last Version

1.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

java 后台开发套件

Download jeesuite-log

How to add to project

<!-- https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/ -->
<dependency>
    <groupId>com.jeesuite</groupId>
    <artifactId>jeesuite-log</artifactId>
    <version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/
implementation 'com.jeesuite:jeesuite-log:1.3.8'
// https://jarcasting.com/artifacts/com.jeesuite/jeesuite-log/
implementation ("com.jeesuite:jeesuite-log:1.3.8")
'com.jeesuite:jeesuite-log:jar:1.3.8'
<dependency org="com.jeesuite" name="jeesuite-log" rev="1.3.8">
  <artifact name="jeesuite-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jeesuite', module='jeesuite-log', version='1.3.8')
)
libraryDependencies += "com.jeesuite" % "jeesuite-log" % "1.3.8"
[com.jeesuite/jeesuite-log "1.3.8"]

Dependencies

compile (2)

Group / Artifact Type Version
com.jeesuite : jeesuite-common Optional jar 1.3.8
org.apache.logging.log4j : log4j-slf4j-impl Optional jar 2.13.2

provided (5)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-log4j12 jar 1.7.25
org.apache.logging.log4j : log4j-api jar 2.7
org.apache.logging.log4j : log4j-core jar 2.13.2

test (2)

Group / Artifact Type Version
junit : junit jar [4.13.1,)
org.springframework : spring-test jar 5.2.9.RELEASE

Project Modules

There are no modules declared in this project.

资源索引

简介

Jeesuite寓意为java企业级应用开发套件,定位是一站式分布式开发架构开源解决方案及快速开发平台。Jeesuite-libs为整体开发架构提供底层库支持。提供了数据库、缓存、消息中间件、分布式定时任务、SSO、文件服务、云存储等基础模块以及集成Dubbo、Spring Cloud底层支持。全部基于主流框架只做增强不做任何底层定制修改,每个组件可以独立使用。

为什么有jeesuite-libs

  • 一些框架使用起来比较复杂(譬如各种配置,各种资源管理,容错等),针对这种情况我们做了大量二次封装旨在简化使用难度。
  • 一些框架高度抽象貌似能满足所有应用场景,但是实际上大部分情况我们只用到了他10%的功能,结果她却只解决了我们90%的问题,针对这种情况我们就放弃使用而是参考他的设计自己实现一套简化版本

重要的事情说三遍

本项目底层框架库,直接跑不起来!所以不要问我怎么直接跑起来所以不要问我怎么直接跑起来所以不要问我怎么直接跑起来~。要运行可以关注集成演示项目:https://gitee.com/vakinge/oneplatform

愿景

服务中小企业、减低架构成本、整体方案开箱即用。

原则

  • 只做增强不修改依赖框架本身,可自由升级版本。
  • 持续更新、所有release版本经过严格测试和线上验证。
  • 贴近业务场景、只做有用的功能。
  • 高度灵活、每个模块可以独立使用。

版本

微信交流群(如果群二维码过期,请先加作者微信[图2])

Versions

Version
1.3.8
1.3.7
1.3.6
1.3.3