fix: update-service actuator config; align login model

这个提交包含在:
XuqmGroup 2026-05-02 12:53:15 +08:00
父节点 d22d5f7687
当前提交 d27607d14e
共有 2 个文件被更改,包括 13 次插入0 次删除

查看文件

@ -36,6 +36,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>

查看文件

@ -31,3 +31,12 @@ jwt:
update:
upload-dir: ${UPDATE_UPLOAD_DIR:/tmp/xuqm-update}
base-url: ${UPDATE_BASE_URL:https://update.dev.xuqinmin.com}
management:
endpoints:
web:
exposure:
include: health,info
endpoint:
health:
show-details: always