This commit is contained in:
2021-08-29 23:16:35 +08:00
parent cc5cbc1ebb
commit 9d6a001b85
213 changed files with 1711 additions and 18656 deletions

13
budd-demo/pom.xml Normal file
View File

@@ -0,0 +1,13 @@
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.ehlxr</groupId>
<artifactId>budd</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath/>
</parent>
<artifactId>budd-demo</artifactId>
<name>budd-demo</name>
</project>