设计模式

This commit is contained in:
limqhz
2023-02-28 18:49:09 +08:00
parent 10c8feed0f
commit c754833cef
50 changed files with 717 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
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>forever</artifactId>
<artifactId>type-demo</artifactId>
<groupId>com.love.qn</groupId>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
@@ -26,7 +26,6 @@
<dependency>
<groupId>com.love.qn</groupId>
<artifactId>dal</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
@@ -49,4 +48,4 @@
</dependencies>
</project>
</project>