Преглед изворни кода

update 更新 Actuator prod 默认暴漏端点 增加暴漏 logfile 日志端点

疯狂的狮子li пре 3 година
родитељ
комит
9bc5414b44
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -326,7 +326,7 @@
             <properties>
                 <profiles.active>prod</profiles.active>
                 <logging.level>warn</logging.level>
-                <endpoints.include>health,info</endpoints.include>
+                <endpoints.include>health, info, logfile</endpoints.include>
             </properties>
         </profile>
     </profiles>