状态模式

This commit is contained in:
2020-07-22 16:29:21 +08:00
parent 52b24d0111
commit dd1da27b7c
13 changed files with 256 additions and 0 deletions

View File

@@ -134,6 +134,12 @@
<artifactId>commons-pool2</artifactId>
<version>2.4.2</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.sun.faces/jsf-api -->
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.2.20</version>
</dependency>
<dependency>
<groupId>mysql</groupId>