Skip to content

Commit

Permalink
添加 优雅的使用枚举参数
Browse files Browse the repository at this point in the history
  • Loading branch information
andanyoung committed Nov 1, 2023
1 parent d3103c4 commit ac2ab70
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions admin4j-dependencies/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -107,6 +107,11 @@
</dependency>

<!-- admin4j相关-->
<dependency>
<groupId>com.admin4j.framework</groupId>
<artifactId>enum-spring-boot-starter</artifactId>
<version>0.8.0</version>
</dependency>
<dependency>
<groupId>com.admin4j.spring</groupId>
<artifactId>spring-plugin</artifactId>
Expand Down

0 comments on commit ac2ab70

Please sign in to comment.