소스 검색

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>