init project

This commit is contained in:
ldj_willow
2022-07-06 18:32:05 +08:00
parent 87ed66116e
commit e0498895f2
750 changed files with 68267 additions and 0 deletions

22
nladmin-logging/pom.xml Normal file
View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>nladmin</artifactId>
<groupId>org.nl</groupId>
<version>2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nladmin-logging</artifactId>
<name>日志模块</name>
<dependencies>
<dependency>
<groupId>org.nl</groupId>
<artifactId>nladmin-common</artifactId>
<version>2.6</version>
</dependency>
</dependencies>
</project>