feat: 更新端口配置并添加监控支持

fix: 修复测试配置和依赖检查

perf: 优化雪花算法性能

refactor: 清理冗余代码和未使用的导入

style: 统一代码格式和注释

test: 添加单元测试和集成测试

ci: 更新CI配置和构建脚本

chore: 更新依赖和配置文件
This commit is contained in:
张翔
2026-03-13 08:50:19 +08:00
parent fe2e4110dd
commit 9f8bf041c3
169 changed files with 3565 additions and 132 deletions
+10 -1
View File
@@ -34,7 +34,7 @@ steps:
image: maven:3.9-eclipse-temurin-21
commands:
- cd novalon-manage-api
- mvn test
- mvn verify
environment:
SPRING_DATASOURCE_URL: jdbc:postgresql://postgres:5432/manage_system
SPRING_DATASOURCE_USERNAME: postgres
@@ -43,6 +43,15 @@ steps:
event: [push, pull_request]
path: novalon-manage-api/**
- name: Backend Coverage Report
image: maven:3.9-eclipse-temurin-21
commands:
- cd novalon-manage-api/manage-sys
- echo "Coverage report generated at target/site/jacoco/index.html"
when:
event: [push, pull_request]
path: novalon-manage-api/**
- name: Frontend Install
image: node:21-alpine
commands: