easy-weblog
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.xiaoyudeguang</groupId>
<artifactId>easy-weblog</artifactId>
<version>4.2.1</version>
</dependency><?xml version="1.0"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.github.xiaoyudeguang</groupId> <artifactId>easy-develop</artifactId> <version>4.2.1</version> </parent> <artifactId>easy-weblog</artifactId> <packaging>jar</packaging> <url>https://gitee.com/xiaoyudeguang/easy-weblog</url> <name>easy-weblog</name> <description>将日志实时输出到浏览器端的一款日志插件(基于redis)</description> <dependencies> <!-- easy-develop --> <dependency> <groupId>io.github.xiaoyudeguang</groupId> <artifactId>easy-jedis</artifactId> </dependency> <!-- spring-boot --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> <scope>compile</scope> <optional>true</optional> </dependency> </dependencies> </project>