# 数据库配置 DB_USERNAME=root DB_PASSWORD=password # JWT密钥配置 JWT_SECRET=mySecretKey123456789012345678901234567890 # 其他环境配置 SPRING_PROFILES_ACTIVE=dev