gradle打包项目并指定配置文件spring.profiles.active=dev和端口启动 其他 2021-03-25 11:59 0 阅读 项目路径build/libs 启动命令 java -jar demo-0.0.1-SNAPSHOT.jar --spring.profiles.active=dev --server.port=9003 猜你喜欢