#!/bin/sh # 启动 Spring Boot 应用 # 外部配置文件 application-druid.yml 会自动被加载并覆盖 jar 包内的配置 exec java -Dspring.profiles.active=prod -jar app.jar