diff --git a/application-natived.yml b/application-natived.yml
index fa9344a..0e6b42c 100644
--- a/application-natived.yml
+++ b/application-natived.yml
@@ -1 +1,7 @@
-userName: zhangsan
\ No newline at end of file
+# 关闭安全管理
+management:
+  security:
+    enabled: false
+endpoints:
+  health:
+    sensitive: false
\ No newline at end of file