diff --git a/continew-starter-api-doc/pom.xml b/continew-starter-api-doc/pom.xml
index 56fae460323c74185e6a94a21028a8ff95029f60..326b24e8e8da928a5a329752e474c0798a7365ca 100644
--- a/continew-starter-api-doc/pom.xml
+++ b/continew-starter-api-doc/pom.xml
@@ -27,10 +27,17 @@
top.nextdoc4j
nextdoc4j-springboot3-starter
+
top.nextdoc4j
- nextdoc4j-plugin-enums
+ nextdoc4j-plugin-enum-springboot3
+
+
+
+
+ top.nextdoc4j
+ nextdoc4j-plugin-security-schemes-springboot3
\ No newline at end of file
diff --git a/continew-starter-api-doc/src/main/resources/default-api-doc.yml b/continew-starter-api-doc/src/main/resources/default-api-doc.yml
index 320c85743cdf5dd0a0a6b9d4a73458d11b30bcfa..b11d803e0123f06f1d3317b346ff56bfdf660b11 100644
--- a/continew-starter-api-doc/src/main/resources/default-api-doc.yml
+++ b/continew-starter-api-doc/src/main/resources/default-api-doc.yml
@@ -12,3 +12,11 @@ springdoc:
## 接口文档增强配置
nextdoc4j:
enabled: true
+ # 启用插件
+ plugin:
+ # 认证展示插件
+ security:
+ enabled: true
+ # 枚举展示插件
+ enum:
+ enabled: true
diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml
index 027249793191d21324fa457294242c21aeba718c..b761df7ce2433394e3dd6edcb2909d3e39dd49ba 100644
--- a/continew-starter-dependencies/pom.xml
+++ b/continew-starter-dependencies/pom.xml
@@ -62,7 +62,7 @@
2.9.0
- 1.1.5
+ 1.2.0
2.2.38
@@ -320,7 +320,7 @@
top.nextdoc4j
- nextdoc4j-bom
+ nextdoc4j-bom-springboot3
${nextdoc4j.version}
pom
import