spring boot 打成jar包后 通过命令行传入的参数怎么获得

2025-05-22 22:17:25
推荐回答(1个)
回答1:

public static void main(String[] args) {
}

所有命令行的参数都可以从args中获取。