Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwepy/log4j2-plus-spring-boot-starter
log4j2
https://github.com/hiwepy/log4j2-plus-spring-boot-starter
log4j spring-boot
Last synced: 6 days ago
JSON representation
log4j2
- Host: GitHub
- URL: https://github.com/hiwepy/log4j2-plus-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2017-10-11T04:40:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T15:50:40.000Z (about 2 months ago)
- Last Synced: 2024-11-16T03:27:18.851Z (about 1 month ago)
- Topics: log4j, spring-boot
- Language: Java
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# log4j2-plus-spring-boot-starter
log4j2 jdbc starter for spring boot### 说明
> 基于 log4j2 的 Spring Boot Starter 实现
1. 整合log4j2实现,Log4j数据库日志记录
### Maven
``` xml
${project.groupId}
log4j2-plus-spring-boot-starter
${project.version}```
### Simple
[https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-log4j2](https://github.com/vindell/spring-boot-starter-samples/tree/master/spring-boot-sample-log4j2 "spring-boot-sample-log4j2")